home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
xwphescr.zip
/
XWPH0208.ZIP
/
makefile
< prev
next >
Wrap
Makefile
|
2000-10-27
|
301b
|
19 lines
#
# makefile:
#
# simple makefile which basically only goes into the
# src\helpers subdirectory.
#
PROJECT_BASE_DIR = $(MAKEDIR)
INCLUDE = $(PROJECT_BASE_DIR)\include\helpers;$(INCLUDE)
all:
@cd src\helpers
nmake -nologo "MAINMAKERUNNING=YES"
@cd ..\..