Changeset 4417 for trunk/lib/gc/basic/win32.mak
- Timestamp:
- 03/19/09 05:27:07 (3 years ago)
- Files:
-
- trunk/lib/gc/basic/win32.mak (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/gc/basic/win32.mak
r3031 r4417 11 11 # Delete unneeded files created by build process 12 12 13 LIB_TARGET=tango-gc-basic.lib 14 LIB_MASK=tango-gc-basic*.lib 13 LIB_BASE=tango-gc-basic 14 LIB_BUILD= 15 LIB_TARGET=$(LIB_BASE)$(LIB_BUILD).lib 16 LIB_MASK=$(LIB_BASE)*.lib 15 17 16 18 CP=xcopy /y … … 21 23 ADD_DFLAGS= 22 24 23 CFLAGS=-mn -6 -r $(ADD_CFLAGS) 24 #CFLAGS=-g -mn -6 -r $(ADD_CFLAGS) 25 CFLAGS_RELEASE=-mn -6 -r $(ADD_CFLAGS) 26 CFLAGS_DEBUG=-g -mn -6 -r $(ADD_CFLAGS) 27 DFLAGS_RELEASE=-release -O -inline -w -nofloat -I. -I../shared -I../../.. $(ADD_DFLAGS) 28 DFLAGS_DEBUG=-g -w -nofloat -I. -I../shared -I../../.. $(ADD_DFLAGS) 29 TFLAGS_RELEASE=-O -inline -w -nofloat $(ADD_DFLAGS) 30 TFLAGS_DEBUG=-g -w -nofloat $(ADD_DFLAGS) 25 31 26 DFLAGS=-release -O -inline -w -nofloat $(ADD_DFLAGS) 27 #DFLAGS=-g -w -nofloat $(ADD_DFLAGS) 28 29 TFLAGS=-O -inline -w -nofloat $(ADD_DFLAGS) 30 #TFLAGS=-g -w -nofloat $(ADD_DFLAGS) 32 CFLAGS=$(CFLAGS_RELEASE) 33 DFLAGS=$(DFLAGS_RELEASE) 34 TFLAGS=$(TFLAGS_RELEASE) 31 35 32 36 DOCFLAGS=-version=DDoc












