Changeset 706
- Timestamp:
- Jun 24, 2007, 10:31:05 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/internal/makefile
r696 r706 27 27 # -zp4 align 4 28 28 # -zq quiet 29 CFLAGS = -bt=os2 -mf -bm -d1 -olirs -s -j -wx -zfp -zgp -zq -hd 29 !ifdef %DEBUG 30 CFLAGS = -bt=os2 -mf -bm -d2 -olirs -s -j -wx -zfp -zgp -zq -hd 31 !else 32 CFLAGS = -bt=os2 -mf -bm -d1 -olirs -s -j -wx -zfp -zgp -zq -hd 33 !endif 30 34 31 35 # fixme -
trunk/dll/makefile
r698 r706 76 76 77 77 !ifdef %DEBUG 78 CFLAGS = -bt=os2 -mf -bd -bm -d 1-olirs -s -sg -j -wx -zfp -zgp -zq -hd78 CFLAGS = -bt=os2 -mf -bd -bm -d2 -olirs -s -sg -j -wx -zfp -zgp -zq -hd 79 79 !else 80 80 CFLAGS = -bt=os2 -mf -bd -bm -d1 -olirs -s -sg -j -wx -zfp -zgp -zq -hd -
trunk/makefile_pre.mk
r691 r706 42 42 43 43 !ifdef %DEBUG 44 CFLAGS = -bt=os2 -mf -bm -d 1-olirs -s -j -wx -zfp -zgp -zq -hd44 CFLAGS = -bt=os2 -mf -bm -d2 -olirs -s -j -wx -zfp -zgp -zq -hd 45 45 !else 46 46 CFLAGS = -bt=os2 -mf -bm -d1 -olirs -s -j -wx -zfp -zgp -zq -hd
Note:
See TracChangeset
for help on using the changeset viewer.