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.
|
|
!IF 0 ************************************************************** Copyright (c) 1994-2000 Microsoft
Sources file to build uihelper.dll
Module name: uihelper.dll Author: sergeia Revisions: Comments:
************************************************************** !ENDIF
!include ..\..\place.inc
MAJORCOMP=iis MINORCOMP=uihelper UMTYPE=windows
TARGETNAME=uihelper TARGETPATH=obj TARGETTYPE=DYNLINK DLLENTRY=_DllMainCRTStartup DLLDEF=iisuihelper.def
USE_NATIVE_EH=1 USE_WTL=1 USE_STL=1 USE_ATL=1 USE_MSVCRT=1 ATL_VER=30
MSC_WARNING_LEVEL=/W3 USER_C_FLAGS=-GX C_DEFINES=/DWIN32 /DUNICODE /D_UNICODE /D_DLLEXP /D_IISVERSION /D_WIN32_IE=0x0500 /D_WIN32_WINNT=0x0501 /DWINVER=0x0501 UNICODE=1
TARGETLIBS=\ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\oleaut32.lib \ $(SDK_LIB_PATH)\Shlwapi.lib \ ..\..\lib\$(O)\iisrtl2.lib \ $(SDK_LIB_PATH)\crypt32.lib \ $(SDK_LIB_PATH)\ComDlg32.lib \ $(SDK_LIB_PATH)\ComCtl32.lib
INCLUDES=\ ..\inc;\ $(IISBASEDIR)\inc;\ $(IISBASEDIR)\inc\$(O);
PRECOMPILED_CXX=1 PRECOMPILED_INCLUDE=stdafx.h PRECOMPILED_SOURCEFILE=stdafx.cpp
SOURCES=\ iisuihelper.rc \ iisuihelper.cpp \ iisdebug.cpp \ balloon.cpp \ bidi.cpp \ coauth.cpp \ ddxv.cpp \ strfn.cpp \ debugatl.cpp \ error.cpp \ guid.cpp \ iiscstring.cpp \ inheritancedlg.cpp \ mdkeys.cpp \ utcls.cpp \ cryptpass.cpp \ strpass.cpp \ filechooser.cpp
|