Changeset 1730
- Timestamp:
- Feb 18, 2014, 1:12:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile_post.mk
r1661 r1730 17 17 # 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow. 18 18 # 25 Jan 12 SHL Renamae LOW -> NOHIGHMEM and allow set from enviroment 19 # 17 Jan 14 JBS Ticket 500: Stop setting exe objects to high-memory 19 20 20 21 !ifndef MAKERES … … 38 39 @echo. 39 40 $(RC) $(RCFLAGS2) $(BASE).res $@ 40 !ifndef NOHIGHMEM41 !exehdr /highmem:3 $@42 !endif41 # !ifndef NOHIGHMEM 42 # !exehdr /highmem:3 $@ 43 # !endif 43 44 44 45 # 2012-01-25 SHL fixme to be gone - does not undefine
Note:
See TracChangeset
for help on using the changeset viewer.