- Timestamp:
- Aug 30, 2008, 6:27:29 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r1054 r1133 28 28 # 03 Jul 07 SHL Change DEBUG semantics to ifdef/ifndef 29 29 # 04 Jul 07 SHL Pass DEBUG settings to sub-make 30 # 04 Jul 07 SHL Add missing . AUTODEPEND30 # 04 Jul 07 SHL Add missing .autodepend 31 31 # 06 Aug 07 SHL Tweak CFLAGS for DEBUG builds 32 32 # 26 Aug 07 SHL Clean *.lrf … … 40 40 # 05 May 08 SHL Add FORTIFY support 41 41 # 26 May 08 SHL Update WARNALL to warn about more 42 # 22 Jul 08 SHL Change from dllsyms to syms target for consistency 42 43 43 44 # Environment: … … 163 164 164 165 !ifndef MAKERES 165 .c.obj: . AUTODEPEND166 .c.obj: .autodepend 166 167 $(CC) $(CFLAGS) $*.c 167 168 !else … … 202 203 fm3res.str 203 204 204 dllsyms: $(SYMS) .symbolic205 syms: $(SYMS) .symbolic 205 206 206 207 $(BASE).dll $(BASE).lib: $(OBJS) $(BASE).def $(BASE).lrf … … 253 254 cd.. 254 255 255 $(BASERES).obj: $(BASERES).c . AUTODEPEND256 $(BASERES).obj: $(BASERES).c .autodepend 256 257 $(CC) $(CFLAGSR) $(BASERES).c 257 258
Note:
See TracChangeset
for help on using the changeset viewer.
