Changeset 1576 for trunk/makefile_post.mk
- Timestamp:
- Jun 21, 2011, 4:42:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile_post.mk
r1468 r1576 13 13 # 14 Dec 08 SHL Drop EXCEPTQ support - will not be used 14 14 # 24 Jul 09 SHL Comments 15 # 21 Jun 11 GKY Add exceptq .xqs support 16 # 21 Jun 11 GKY Make high memory builds the default resources only for exes 15 17 16 18 !ifndef MAKERES … … 27 29 @echo. 28 30 $(RC) $(RCFLAGS2) $(BASE).res $@ 31 !exehdr /hi:3 $@ 29 32 30 33 $(BASE).lrf: $(__MAKEFILES__) .explicit … … 35 38 @%append $^@ library os2386.lib 36 39 37 $(BASE).sym: $(BASE).map .explicit40 $(BASE).sym: $(BASE).map $(BASE).xqs .explicit 38 41 @echo Processing: $? 39 -perl debugtools\mapsymw.pl $? 42 -perl debugtools\mapsymw.pl $? 43 -mapxqs $? 40 44 41 45 !else … … 69 73 -del $(BASE).obj 70 74 -del $(BASE).res 75 -del $(BASE).sym 76 -del $(BASE).xqs 71 77 72 78 # The end
Note:
See TracChangeset
for help on using the changeset viewer.