Changeset 716 for trunk/dll/internal
- Timestamp:
- Jun 28, 2007, 6:41:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/internal/makefile
r706 r716 5 5 6 6 # 14 Jun 07 SHL Convert to OpenWatcom 7 # 27 Jun 07 SHL Support DEBUG set from command line or environment 7 8 8 9 BASE=mkstr … … 27 28 # -zp4 align 4 28 29 # -zq quiet 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 31 CFLAGS = -bt=os2 -mf -bm -d2 -olirs -s -j -wx -zfp -zgp -zq -hd 34 32 35 33 # fixme … … 41 39 42 40 $(BASE).exe: $(BASE).obj $(BASE).lrf 43 @$(LINK) @$(BASE).lrf41 $(LINK) @$(BASE).lrf 44 42 bldlevel $@ 45 43 … … 50 48 @%write $^@ option cache 51 49 @%write $^@ option caseexact 52 !if def %DEBUG50 !if $(DEBUG) 53 51 @%write $^@ debug dwarf all 54 52 !endif 55 53 @%write $^@ option map 56 54 @%write $^@ name $(BASE) 57 @%write $^@ op desc '@$#SLAInc:3.0 5.09$#@$#$#1$#$# 06/15/2007 03:05:09 slamain::EN:US:0:U:@@Fm/2 Strings Compiler'55 @%write $^@ op desc '@$#SLAInc:3.06.00$#@$#$#1$#$# 06/24/2007 03:06:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler' 58 56 @%write $^@ file $(BASE).obj 59 57 @%write $^@ library os2386.lib
Note:
See TracChangeset
for help on using the changeset viewer.