source: trunk/make/testcase/ipf.mak@ 10366

Last change on this file since 10366 was 9270, checked in by bird, 23 years ago

Initial coding.

File size: 590 bytes
Line 
1# $Id: ipf.mak,v 1.1 2002-09-20 03:21:03 bird Exp $
2
3#
4# Testcase for makeing hello world with HELP and BOOK.
5#
6
7#
8# Setup config.
9#
10PATH_ROOT = ..\..
11!include $(PATH_ROOT)\$(BUILD_SETUP_MAK)
12
13
14#
15# Target config.
16#
17TARGET_MODE = EXE
18TARGET_NAME = helloworld
19MAKEFILE = ipf.mak
20TARGET_LIBS = $(LIB_C_OBJ) $(LIB_OS) # use the static library!
21TARGET_BOOKS = $(PATH_TARGET)\book.$(EXT_INF) $(PATH_TARGET)\bookpre.$(EXT_INF)
22TARGET_HELPS = $(PATH_TARGET)\book.$(EXT_HLP) $(PATH_TARGET)\bookpre.$(EXT_HLP)
23
24
25#
26# Rules config.
27#
28!include $(MAKE_INCLUDE_PROCESS)
29
Note: See TracBrowser for help on using the repository browser.