source: branches/branch-1-0/makefile

Last change on this file was 398, checked in by rlw, 14 years ago

use $(MAKE) instead of explicitly specifying nmake

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 303 bytes
Line 
1
2#
3# makefile:
4#
5# simple makefile which basically only goes into the
6# src\helpers subdirectory.
7#
8
9PROJECT_BASE_DIR = $(MAKEDIR)
10
11INCLUDE = $(PROJECT_BASE_DIR)\include\helpers;$(INCLUDE)
12
13all:
14 @cd src\helpers
15 $(MAKE) -nologo "MAINMAKERUNNING=YES"
16 @cd ..\..
17
18
Note: See TracBrowser for help on using the repository browser.