hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / gmodule / makefile.msc.in
index 58524a4..431dd50 100644 (file)
@@ -12,17 +12,26 @@ DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"GModule\"
 
 all : \
        gmoduleconf.h \
-       libgmodule-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll
+       libgmodule-2.0-@LT_CURRENT_MINUS_AGE@.dll
 
 gmodule_OBJECTS = \
        gmodule.obj
+gmodule.def: gmodule.symbols\r
+       echo EXPORTS > gmodule.def\r
+       cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES \\r
+               -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= \\r
+               -DG_GNUC_PRINTF=;G_GNUC_PRINTF gmodule.symbols >> gmodule.def\r
+\r
 
 gmoduleconf.h: gmoduleconf.h.win32
        copy gmoduleconf.h.win32 gmoduleconf.h
 
-libgmodule-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll : $(gmodule_OBJECTS) gmodule.def
-       $(CC) $(CFLAGS) -LD -Fe$@ $(gmodule_OBJECTS) \
-       ..\glib\glib-$(GLIB_VER).lib $(LDFLAGS) /implib:gmodule-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.lib /def:gmodule.def
+gmodule.res : gmodule.rc
+       rc -DBUILDNUMBER=0 -r -fo gmodule.res gmodule.rc
+
+libgmodule-2.0-@LT_CURRENT_MINUS_AGE@.dll : $(gmodule_OBJECTS) gmodule.def gmodule.res
+       $(CC) $(CFLAGS) -LD -Fe$@ $(gmodule_OBJECTS) gmodule.res \
+       ..\glib\glib-2.0.lib $(LDFLAGS) /implib:gmodule-2.0.lib /def:gmodule.def
 
 clean::
        del gmoduleconf.h