mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
for msvc build
2003-07-20 Hans Breuer <hans@breuer.org> * glib/trio/makefile.msc : (new file) for msvc build
This commit is contained in:
16
glib/trio/makefile.msc
Normal file
16
glib/trio/makefile.msc
Normal file
@@ -0,0 +1,16 @@
|
||||
!IFDEF DEBUG
|
||||
CRT=-MDd
|
||||
!ELSE
|
||||
CRT=-MD
|
||||
!ENDIF
|
||||
|
||||
OBJECTS = \
|
||||
trio.obj \
|
||||
trionan.obj \
|
||||
triostr.obj
|
||||
|
||||
trio.lib : $(OBJECTS)
|
||||
lib -out:trio.lib $(OBJECTS)
|
||||
|
||||
.c.obj:
|
||||
$(CC) $(CRT) -Ox -GD -c $<
|
Reference in New Issue
Block a user