Changeset 1468 for trunk/makefile_post.mk
- Timestamp:
- Sep 21, 2009, 7:23:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile_post.mk
r1406 r1468 1 1 # makefile_post.mk - common makefile suffix settings for all makefiles 2 2 # $Id$ 3 4 # Copyright (c) 2002, 2009 Steven H. Levine 3 5 4 6 # 16 Aug 05 SHL Clean up … … 10 12 # 19 Nov 08 JBS Ticket 297: Removed bldlevel calls 11 13 # 14 Dec 08 SHL Drop EXCEPTQ support - will not be used 14 # 24 Jul 09 SHL Comments 12 15 13 16 !ifndef MAKERES … … 21 24 $(LINK) @$(BASE).lrf @$(BASE).def 22 25 @echo. 23 @echo Compiling resource:$@26 @echo Attaching resources to $@ 24 27 @echo. 25 28 $(RC) $(RCFLAGS2) $(BASE).res $@ … … 46 49 !endif 47 50 @echo. 48 @echo Compiling resource:$@51 @echo Attaching resources to $@ 49 52 @echo. 50 53 $(RC) $(RCFLAGS2) $(BASE).res $@
Note:
See TracChangeset
for help on using the changeset viewer.