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.
|
|
TARGET_WIN95 = 1
!if 0 We do not want to ship MFC42 on Win95. So we have to statically link to MFC42. In order to statically link to MFC42 some libraries are needed !endif
USE_MFC=1 USE_STATIC_MFC=1 USE_LIBCMT=1 CHICAGO_PRODUCT=1 USE_MAPSYM=1 ALT_PROJECT_TARGET=WIN9x C_DEFINES=$(C_DEFINES) -DWIN95 -D_X86_ USER_C_FLAGS=-D_MFC_VER=0x0421
!include ..\sources.inc !undef DLLENTRY DLLENTRY=_DllMainCRTStartup
TARGETLIBS= $(TARGETLIBS) \ $(SDK_LIB_PATH)\winspool.lib \ $(SDK_LIB_PATH)\comdlg32.lib \ $(SDK_LIB_PATH)\shell32.lib \
MFC_LIBS=$(MM_LIB_PATH)\mfc\*\nafxcw.lib SOURCES_USED = $(SOURCES_USED) ..\sources.inc
|