mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 11:27:53 +02:00
Fix resource handling, the resource file got left out from the DLL after
2000-07-22 Tor Lillqvist <tml@iki.fi> * build-dll: Fix resource handling, the resource file got left out from the DLL after all... Remove the WIN32APIHEADERS, not needed with current windres. * glib.def: Add new functions.
This commit is contained in:
committed by
Tor Lillqvist
parent
fec9828ac6
commit
f07b4a876e
@@ -1,3 +1,8 @@
|
||||
2000-07-22 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.mingw.in: Remove leftover gmodule-win32res.o stuff. The
|
||||
build-dll script automagically handles resources.
|
||||
|
||||
2000-07-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* libgplugin_a.c, testgmodule.c: Use g_path_get_basename instead
|
||||
|
@@ -33,11 +33,8 @@ gmodule_OBJECTS = \
|
||||
gmoduleconf.h: gmoduleconf.h.win32
|
||||
cp $< $@
|
||||
|
||||
|
||||
gmodule-win32res.o : gmodule.rc gmodule-build.tmp
|
||||
|
||||
gmodule-$(GLIB_VER).dll : $(gmodule_OBJECTS) gmodule.def
|
||||
$(BUILD_DLL) gmodule $(GLIB_VER) gmodule.def $(gmodule_OBJECTS) gmodule-win32res.o -L .. -lglib-$(GLIB_VER)
|
||||
$(BUILD_DLL) gmodule $(GLIB_VER) gmodule.def $(gmodule_OBJECTS) -L .. -lglib-$(GLIB_VER)
|
||||
|
||||
################ test prog
|
||||
|
||||
|
Reference in New Issue
Block a user