29 lines
625 B
Plaintext
29 lines
625 B
Plaintext
|
TARGETNAME=main
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
INCLUDES=$(PROJECT_ROOT)\ntsetup\opktools\setupmgr\include; \
|
||
|
$(PROJECT_ROOT)\ntsetup\opktools\setupmgr\common;
|
||
|
|
||
|
!INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
|
||
|
|
||
|
C_DEFINES= -DUNICODE -D_UNICODE -DWORD97_STYLE
|
||
|
|
||
|
SOURCES=maindlgs.c \
|
||
|
newedit.c \
|
||
|
savescr.c \
|
||
|
distfold.c \
|
||
|
advance.c \
|
||
|
copyfil1.c \
|
||
|
copyfile.c \
|
||
|
adddirs.c \
|
||
|
cmdlines.c \
|
||
|
product.c \
|
||
|
stdalone.c \
|
||
|
platform.c
|
||
|
|
||
|
PRECOMPILED_INCLUDE=pch.h
|
||
|
PRECOMPILED_PCH=pch.pch
|
||
|
PRECOMPILED_OBJ=pch.obj
|