25 lines
491 B
Plaintext
25 lines
491 B
Plaintext
TARGETNAME=supplib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=$(PROJECT_ROOT)\ntsetup\opktools\setupmgr\include;
|
|
|
|
!INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
|
|
|
|
C_DEFINES= -DUNICODE -D_UNICODE -DWORD97_STYLE
|
|
|
|
SOURCES=namelist.c \
|
|
settngs.c \
|
|
msg.c \
|
|
pathsup.c \
|
|
chknames.c \
|
|
string.c \
|
|
fileio.c \
|
|
listbox.c \
|
|
hstemp.c
|
|
|
|
PRECOMPILED_INCLUDE=pch.h
|
|
PRECOMPILED_PCH=pch.pch
|
|
PRECOMPILED_OBJ=pch.obj |