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.

21 lines
498 B

  1. #
  2. # Common makefile include for this project
  3. #
  4. C_DEFINES = $(C_DEFINES) \
  5. -DEXPV \
  6. -DMIME \
  7. -DBUILDDLL \
  8. -DIEXPLORER_DOESNT_CHECK_HEAP_RETURN_VALUES
  9. !IF !$(FREEBUILD)
  10. C_DEFINES = $(C_DEFINES) \
  11. -DVSTF
  12. !ENDIF
  13. !include $(CCSHELL_DIR)\common.inc
  14. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  15. DELAYLOAD = WININET.DLL
  16. DLOAD_ERROR_HANDLER = kernel32.dll