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.

33 lines
672 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_MFC=1
  9. USE_STATIC_MFC=1
  10. USE_LIBCMT=1
  11. CHICAGO_PRODUCT=1
  12. USE_MAPSYM=1
  13. ALT_PROJECT_TARGET=WIN9x
  14. C_DEFINES=$(C_DEFINES) -DWIN95 -D_X86_
  15. USER_C_FLAGS=-D_MFC_VER=0x0421
  16. !include ..\sources.inc
  17. !undef DLLENTRY
  18. DLLENTRY=_DllMainCRTStartup
  19. TARGETLIBS= $(TARGETLIBS) \
  20. $(SDK_LIB_PATH)\winspool.lib \
  21. $(SDK_LIB_PATH)\comdlg32.lib \
  22. $(SDK_LIB_PATH)\shell32.lib \
  23. MFC_LIBS=$(MM_LIB_PATH)\mfc\*\nafxcw.lib
  24. SOURCES_USED = $(SOURCES_USED) ..\sources.inc