Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

116 lines
2.8 KiB

!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: v-akunda
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
C_DEFINES=$(C_DEFINES) -D_WIN32_IE=0x0500 -D__NTBUILD -DIGNORE_EXPIRATION
INCLUDES=$(INCLUDES);..\lkplite
TERMSRV_ROOT = ..\..
COMMON_ROOT = $(TERMSRV_ROOT)\COMMON
LICENSE_ROOT = ..
LSERVER_ROOT=$(LICENSE_ROOT)\tlserver
TARGETNAME=lrwizdll
TARGETPATH=obj
TARGETTYPE=DYNLINK
UMTYPE=windows
UMENTRY=winmain
SXS_ASSEMBLY_NAME=Compdata.Compdata.1
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
SXS_MANIFEST=lrwizdll.manifest
SXS_MANIFEST_IN_RESOURCES=1
SXS_NO_BINPLACE=1
# the resource ID here must be 2
SXS_MANIFEST_RESOURCE_ID=2
# ISOLATION_AWARE_ENABLED ==> use ui themes
C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
DLLDEF=LRWizDLL.def
COFFBASE=usermode
INCLUDES= \
$(INCLUDES); \
$(COMMON_ROOT)\license\inc; \
$(LSERVER_ROOT)\include; \
$(LSERVER_ROOT)\include\$(O); \
$(LICENSE_ROOT)\pidapi\inc; \
$(LICENSE_ROOT)\validdp\inc;
USE_MFCUNICODE=1
SUBSYSTEM_VERSION=4.00
SOURCES = \
wwwlkp.cpp \
wwwreg.cpp \
custcont.cpp \
CHMOLP.cpp \
CHSelect.cpp \
Global.cpp \
LRWizDLL.cpp \
LrWizDLL.rc \
PINDlg.cpp \
Progress.cpp \
PropDlgs.cpp \
Utils.cpp \
Welcome.cpp \
chltype.cpp \
getmode.cpp \
oper.cpp \
telproc.cpp \
telrproc.cpp \
retail.cpp \
licensetype.cpp \
fonts.cpp \
mode.cpp \
CHRegister.cpp \
prgrss2.cpp \
fancypasting.cpp \
wwwreissue.cpp \
licensinglink.cpp \
licensecodelite.cpp
TARGETLIBS=\
$(LICENSE_ROOT)\pidapi\lib\*\medsig.lib \
$(LICENSE_ROOT)\validdp\lib\*\validdp12.lib \
$(SDK_LIB_PATH)\rpcrt4.lib \
$(SDK_LIB_PATH)\rpcns4.lib \
$(TERMSRV_ROOT)\lib\$(ALT_PROJECT_TARGET)\$(O)\tlsapip.lib \
$(TERMSRV_ROOT)\lib\$(ALT_PROJECT_TARGET)\$(O)\tlsapipex.lib \
$(TERMSRV_ROOT)\lib\$(O)\trust.lib \
$(TERMSRV_ROOT)\lib\$(O)\lkplite.lib \
$(DS_LIB_PATH)\bignum.lib \
$(DS_LIB_PATH)\rsa32.lib \
$(DS_LIB_PATH)\randlib.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\wininet.lib \
$(SDK_LIB_PATH)\crypt32.lib \
$(SDK_LIB_PATH)\ws2_32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SHELL_LIB_PATH)\shell32p.lib \
$(SDK_LIB_PATH)\htmlhelp.lib