Source code of Windows XP (NT5)
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.
|
|
!IF 0
Copyright (c) 1989-2000 Microsoft Corporation
!ENDIF
!include $(PROJECT_ROOT)\win32\fusion\installer\installer.inc
TARGETPATH=obj TARGETNAME=fusenet TARGETTYPE=DYNLINK UMTYPE=windows DLLENTRY=_DllMainCRTStartup DLLDEF=fusenet.def
# Make sure the component libs are built before this. SYNCHRONIZE_DRAIN=1
# # Enable Fusion Build Magic (preprocess the manifest, stick in resources) # SXS_ASSEMBLY_NAME=Microsoft.Fusion.ClickOnce SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1 SXS_MANIFEST=fusenet.manifest SXS_MANIFEST_IN_RESOURCES=1 SXS_NO_BINPLACE=1 SXS_MANIFEST_RESOURCE_ID=2
C_DEFINES = $(C_DEFINES) -DUNICODE -DISOLATION_AWARE_ENABLED -DSIMPLEUI
USE_CRTDLL=1
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\comdlg32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\shlwapi.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\msxml2.lib \ $(SDK_LIB_PATH)\oleaut32.lib
LINKLIBS=\ mspatcha.lib \ $(INSTALLER_LIB_PATH)\id.lib \ $(INSTALLER_LIB_PATH)\manifest.lib \ $(INSTALLER_LIB_PATH)\util.lib \ $(INSTALLER_LIB_PATH)\cache.lib \ $(INSTALLER_LIB_PATH)\download.lib \ $(INSTALLER_LIB_PATH)\file.lib \
SOURCES=\ dummy.rc \ guids.c \ dllmain.cpp
|