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) 1993-94 Microsoft Corporation
!ENDIF
MAJORCOMP=shell MINORCOMP=riched32
TARGETNAME=riched32 TARGETPATH=$(_OBJ_DIR) TARGETTYPE=DYNLINK
DLLENTRY=DllMain NO_DLL_EXPORTS=1
UMTYPE=windows
# Need to include mfc30 headers so the resource script can compile.
MSC_WARNING_LEVEL=/W3 /WX
USE_NOLIBS=1
SOURCES = \ wrapper.rc \ wrapinit.cpp
TARGETLIBS= \ ..\re30\$(O)\riched20.lib \ $(SDK_LIB_PATH)\user32.lib
MISCFILES=richedit32.dll_{24F1063E-BCD3-4715-BDBC-51D5AB747B34}.sld
|