- contrib/examples/pp/hbpp.c
+ contrib/examples/pp/pp.c
* contrib/examples/pp/bld_b32.bat
* contrib/examples/pp/Makefile
* hbpp.c -> pp.c to generate pp.exe using GNU make files.
* contrib/examples/pp/bld_b32.bat
% Removed unnecessary libs.
19 lines
166 B
Makefile
19 lines
166 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
hbppcore.c \
|
|
hbppcomp.c \
|
|
hbpptbl.c \
|
|
hbpragma.c \
|
|
|
|
C_MAIN=pp.c
|
|
|
|
LIBS=\
|
|
hbcommon \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|