| 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 | #
|
|---|
| 10 | PATH_ROOT = ..\..
|
|---|
| 11 | !include $(PATH_ROOT)\$(BUILD_SETUP_MAK)
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | #
|
|---|
| 15 | # Target config.
|
|---|
| 16 | #
|
|---|
| 17 | TARGET_MODE = EXE
|
|---|
| 18 | TARGET_NAME = helloworld
|
|---|
| 19 | MAKEFILE = ipf.mak
|
|---|
| 20 | TARGET_LIBS = $(LIB_C_OBJ) $(LIB_OS) # use the static library!
|
|---|
| 21 | TARGET_BOOKS = $(PATH_TARGET)\book.$(EXT_INF) $(PATH_TARGET)\bookpre.$(EXT_INF)
|
|---|
| 22 | TARGET_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.