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

  1. TARGET_WIN95 = 1
  2. !if 0
  3. We do not want to ship MFC42 on Win95.
  4. So we have to statically link to MFC42.
  5. In order to statically link to MFC42 some
  6. libraries are needed
  7. !endif
  8. USE_STATIC_MFC=1
  9. USE_LIBCMT=1
  10. !include ..\sources.inc
  11. !undef DLLENTRY
  12. DLLENTRY=_DllMainCRTStartup
  13. USER_C_FLAGS = $(USER_C_FLAGS) -D_MFC_VER=0x0421
  14. TARGETLIBS= $(TARGETLIBS) \
  15. $(SDK_LIB_PATH)\winspool.lib \
  16. $(SDK_LIB_PATH)\comdlg32.lib \
  17. $(SDK_LIB_PATH)\shell32.lib \
  18. MFC_LIBS=$(MM_LIB_PATH)\mfc\*\nafxcw.lib
  19. SOURCES_USED = $(SOURCES_USED) ..\sources.inc