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.
|
|
!include ..\sources.inc
MINORCOMP=ocmanage
TARGETNAME=ocmanage
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE -DISOLATION_AWARE_ENABLED
INCLUDES=$(INCLUDES);$(SHELL_INC_PATH)
TARGETLIBS=$(TARGETLIBS) \ $(SDK_LIB_PATH)\rpcutil.lib \ $(SDK_LIB_PATH)\rpcrt4.lib \ $(SDK_LIB_PATH)\shlwapi.lib \ $(SDK_LIB_PATH)\sfc.lib
DELAYLOAD=\ !if $(PRERELEASE) && !$(FREEBUILD) ole32.dll; \ !endif sfc.dll
DLOAD_ERROR_HANDLER=kernel32.dll
USE_MSVCRT=1
# # Fusionized # SXS_ASSEMBLY_NAME=Microsoft.Windows.OCManage SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1 SXS_MANIFEST=OCManage.Manifest SXS_MANIFEST_IN_RESOURCES=1 SXS_NO_BINPLACE=1 SXS_MANIFEST_RESOURCE_ID=2
|