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.
 
 
 
 
 
 

27 lines
573 B

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_STATIC_MFC=1
USE_LIBCMT=1
!include ..\sources.inc
!undef DLLENTRY
DLLENTRY=_DllMainCRTStartup
USER_C_FLAGS = $(USER_C_FLAGS) -D_MFC_VER=0x0421
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