Changeset 252
- Timestamp:
- Aug 16, 2005, 5:14:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile_post.mk
r236 r252 1 1 # makefile_post.mk - common makefile suffix settings for all makefiles 2 2 # $Id$ 3 4 # 16 Aug 05 SHL Clean up 3 5 4 6 !ifndef MAKERES 5 7 6 8 $(BASE).exe: $(BASE).obj $(BASE).res $(BASE).def 7 @ rem@<<$(BASE).lrf9 @$(LINK) @<<$(BASE).lrf 8 10 $(LFLAGS) 9 11 $(BASE).obj … … 12 14 $(BASE).def 13 15 << 14 type $(BASE).lrf15 $( LINK) @$(BASE).lrf16 $(RC) -x2 $(BASE).res $(BASE).exe16 @rem type $(BASE).lrf 17 $(RC) -x2 $(BASE).res $@ 18 bldlevel $@ 17 19 18 20 !else 19 21 20 22 $(BASE).exe: $(BASE).res 21 @if not exist $(BASE).exe echo $(BASE).exe missing 22 lxlite $(BASE).exe /x+ /b- 23 lxlite $(BASE).exe /c:minstub 24 $(RC) -x2 $(BASE).res $(BASE).exe 25 lxlite $(BASE).exe /x- /b- 23 @if not exist $@ echo $@ missing 24 lxlite $@ /x+ /b- 25 lxlite $@ /c:minstub 26 $(RC) -x2 $(BASE).res $@ 27 lxlite $@ /x- /b- 28 bldlevel $@ 26 29 27 30 !endif
Note:
See TracChangeset
for help on using the changeset viewer.