mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16:17 +01:00
added gbase64.obj and derive the static libs name from auto* variables
2006-04-07 Hans Breuer <hans@breuer.org> * glib/makefile.msc.in : added gbase64.obj and derive the static libs name from auto* variables * glib/makefile.msc.in : link user32.lib for MessageBox()
This commit is contained in:
parent
48b7768cb3
commit
32bc152fb3
@ -1,3 +1,9 @@
|
||||
2006-04-07 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/makefile.msc.in : added gbase64.obj and derive the static libs
|
||||
name from auto* variables
|
||||
* glib/makefile.msc.in : link user32.lib for MessageBox()
|
||||
|
||||
2006-04-07 Martyn Russell <martyn@imendio.com>
|
||||
|
||||
* glib/gasyncqueue.[ch]: Added private API
|
||||
|
@ -1,3 +1,9 @@
|
||||
2006-04-07 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/makefile.msc.in : added gbase64.obj and derive the static libs
|
||||
name from auto* variables
|
||||
* glib/makefile.msc.in : link user32.lib for MessageBox()
|
||||
|
||||
2006-04-07 Martyn Russell <martyn@imendio.com>
|
||||
|
||||
* glib/gasyncqueue.[ch]: Added private API
|
||||
|
@ -18,7 +18,7 @@ all : \
|
||||
galiasdef.c \
|
||||
gnulib\gnulib.lib \
|
||||
libglib-2.0-0.dll \
|
||||
glib-2.9s.lib \
|
||||
glib-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@s.lib \
|
||||
gspawn-win32-helper.exe \
|
||||
|
||||
|
||||
@ -32,6 +32,7 @@ glib_OBJECTS = \
|
||||
gasyncqueue.obj \
|
||||
gatomic.obj \
|
||||
gbacktrace.obj \
|
||||
gbase64.obj \
|
||||
gbookmarkfile.obj \
|
||||
gcache.obj \
|
||||
gcompletion.obj \
|
||||
|
@ -23,4 +23,4 @@ gthread.res : gthread.rc
|
||||
|
||||
libgthread-2.0-@LT_CURRENT_MINUS_AGE@.dll : $(gthread_OBJECTS) gthread.def gthread.res
|
||||
$(CC) $(CFLAGS) -LD -Fe$@ $(gthread_OBJECTS) gthread.res \
|
||||
..\glib\glib-2.0.lib $(DEPCLIBS) $(LDFLAGS) /implib:gthread-2.0.lib /def:gthread.def
|
||||
..\glib\glib-2.0.lib $(DEPCLIBS) user32.lib $(LDFLAGS) /implib:gthread-2.0.lib /def:gthread.def
|
||||
|
Loading…
Reference in New Issue
Block a user