WindowsXP-SP1/termsrv/setup/nttype/sources
2020-09-30 16:53:49 +02:00

65 lines
1.2 KiB
Plaintext

#Copyright (c) 1998 - 1999 Microsoft Corporation
!IF 0
Module Name:
sources.inc
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:
Makarand Patwardhan (makarp)
!ENDIF
TERMSRV_ROOT = ..\..
MAJORCOMP=nttype
MINORCOMP=nttype
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETNAME=nttype
C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
#C_DEFINES=-DWIN32
USE_STL=1
SOURCES= nttype.cpp
TARGETLIBS= \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(SDK_LIB_PATH)\clusapi.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\setupapi.lib \
$(SDK_LIB_PATH)\ntdll.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\imagehlp.lib \
$(SDK_LIB_PATH)\ws2_32.lib
UMTYPE=console
USE_MSVCRT = 1
USE_IOSTREAM = 1
386_WARNING_LEVEL=-W4