Changeset 1569
- Timestamp:
- May 31, 2011, 11:13:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r1514 r1569 11 11 # 03 Jul 07 SHL Change DEBUG semantics to ifdef/ifndef 12 12 # 04 Jul 07 SHL Pass DEBUG settings to sub-make 13 # 04 Jul 07 SHL Add missing . autodepend13 # 04 Jul 07 SHL Add missing .AUTODEPEND 14 14 # 06 Aug 07 SHL Tweak CFLAGS for DEBUG builds 15 15 # 26 Aug 07 SHL Clean *.lrf … … 37 37 # 30 Jul 09 SHL Avoid attempting to attach resources to fm3res.map 38 38 # 13 Apr 10 SHL Drop HIMEM support 39 # 09 Feb 11 SHL Add exceptq .xqs support 39 40 40 41 # Environment: see makefile_pre.mk … … 159 160 160 161 !ifndef MAKERES 161 .c.obj: . autodepend162 .c.obj: .AUTODEPEND 162 163 $(CC) $(CFLAGS) $*.c 163 164 !else … … 227 228 $(MAKE) $(__MAKEOPTS__) $(DEBUG_OPT) MAKERES=1 228 229 229 $(BASERES).obj: $(BASERES).c . autodepend230 $(BASERES).obj: $(BASERES).c .AUTODEPEND 230 231 $(CC) $(CFLAGSR) $(BASERES).c 231 232 … … 257 258 @echo Processing: $? 258 259 -perl ..\debugtools\mapsymw.pl $? 260 -mapxqs $? 259 261 260 262 $(BASERES).sym: $(BASERES).map 261 263 @echo Processing: $? 262 264 -perl ..\debugtools\mapsymw.pl $? 265 -mapxqs $? 263 266 264 267 !else # MAKERES defined
Note:
See TracChangeset
for help on using the changeset viewer.