58 lines
938 B
Plaintext
58 lines
938 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Steve Wood (stevewo) 12-Apr-1990
|
||
|
|
||
|
NOTE: Commented description of this file is in $(BASEDIR)\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=hivepp
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
GPSIZE=32
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
SOURCES= \
|
||
|
hivepp.c \
|
||
|
charmap.c \
|
||
|
error.c \
|
||
|
getflags.c \
|
||
|
getmsg.c \
|
||
|
globals.c \
|
||
|
ltoa.c \
|
||
|
p0expr.c \
|
||
|
p0gettok.c \
|
||
|
p0io.c \
|
||
|
p0keys.c \
|
||
|
p0macros.c \
|
||
|
p0prepro.c \
|
||
|
p1sup.c \
|
||
|
rcpputil.c \
|
||
|
scanner.c \
|
||
|
tokens.c \
|
||
|
rcunicod.c \
|
||
|
rcpp.rc
|
||
|
|
||
|
C_DEFINES=-DHIVEPP -DDBCS
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
UMTYPE=console
|