Last change
on this file since 433 was 250, checked in by umoeller, 23 years ago |
Build updates, moved files from warpin.
|
-
Property svn:eol-style
set to
CRLF
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
391 bytes
|
Rev | Line | |
---|
[250] | 1 | # say hello on entering a directory
|
---|
| 2 | !if [@echo +++++ Entering $(MAKEDIR)]
|
---|
| 3 | !endif
|
---|
| 4 |
|
---|
| 5 | # Define the suffixes for files which NMAKE will work on.
|
---|
| 6 | # .SUFFIXES is a reserved NMAKE keyword ("pseudotarget") for
|
---|
| 7 | # defining file extensions that NMAKE will recognize.
|
---|
| 8 | .SUFFIXES: .bmp .c .cpp .def .dll .exe .gif .h .hlp .html .idl .ih .inf .ipf .obj .rc .res .tmf .txt
|
---|
| 9 |
|
---|
| 10 | RUN_MAPSYM = mapsym
|
---|
| 11 |
|
---|
| 12 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.