mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01: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:
parent
2781d5f6b3
commit
709941e57b
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 $<
|
Loading…
x
Reference in New Issue
Block a user