Changeset 1732
- Timestamp:
- Feb 18, 2014, 4:50:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r1661 r1732 44 44 # 13 Aug 11 GKY Build xqs and sym files as part of dll and all targets 45 45 # 25 Jan 12 SHL Allow NOHIGHMEM set from enviroment 46 # 18 Feb 14 JBS Ticket #516: Run exehgr to set high-memory only if something has changed. 46 47 47 48 # Environment: see makefile_pre.mk and makefile_post.mk … … 210 211 $(BASERES).res & 211 212 $(BASERES).dll & 212 !ifndef NOHIGHMEM213 loadhigh &214 !endif215 213 $(SYMS) & 216 214 ipf\fm3.hlp … … 222 220 $(LINK) @$(BASE).lrf @$(BASE).def 223 221 @rem type $(BASE).lrf 222 !exehdr /hi $(BASE).dll 224 223 225 224 $(BASE).lrf: $(__MAKEFILES__) … … 266 265 @echo. 267 266 $(RC) $(RCFLAGS2) $(BASERES).res $(BASERES).dll 267 !exehdr /hi $(BASERES).dll 268 268 269 269 $(BASERES).lrf: $(__MAKEFILES__) … … 299 299 !endif 300 300 @echo. 301 @echo At aching resources to $@301 @echo Attaching resources to $@ 302 302 @echo. 303 303 $(RC) $(RCFLAGS2) $(BASERES).res $@
Note:
See TracChangeset
for help on using the changeset viewer.