62 lines
1.1 KiB
Plaintext
62 lines
1.1 KiB
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:
|
||
|
|
||
|
Wesley Witt (wesw)
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
TARGETNAME=ntoc
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
|
||
|
DLLENTRY=NtOcDllInit
|
||
|
|
||
|
UMTYPE=windows
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
NTKEEPRESOURCETMPFILES=1
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
||
|
|
||
|
PASS0_HEADERDIR=$(O)
|
||
|
PASS0_SOURCEDIR=$(O)
|
||
|
|
||
|
INCLUDES=\
|
||
|
$(INCLUDES);\
|
||
|
$(WINDOWS_INC_PATH)
|
||
|
|
||
|
TARGETLIBS=\
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(WINDOWS_LIB_PATH)\user32p.lib \
|
||
|
$(SDK_LIB_PATH)\setupapi.lib \
|
||
|
$(SDK_LIB_PATH)\gdi32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\tapi32.lib \
|
||
|
|
||
|
SOURCES=\
|
||
|
ntoc.cpp \
|
||
|
datetime.cpp \
|
||
|
tapi.cpp \
|
||
|
registry.cpp \
|
||
|
util.cpp \
|
||
|
welcome.cpp \
|
||
|
ntocmsg.mc \
|
||
|
ntoc.rc
|