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.

21 lines
322 B

  1. !IFDEF _INC_CC_MK
  2. !error Please only include cc.mk once!
  3. !ELSE
  4. _INC_CC_MK=TRUE
  5. !ENDIF
  6. !IF !$(FREEBUILD)
  7. DEBUG_CRTS=1
  8. C_DEFINES=$(C_DEFINES) -D_CRTDBG_MAP_ALLOC -D_DEBUG
  9. !ENDIF
  10. !IF defined(USE_PRIVATE_HEAP)
  11. C_DEFINES=$(C_DEFINES) -DUSE_PRIVATE_HEAP
  12. !ENDIF
  13. 386_STDCALL=0
  14. NOT_LEAN_AND_MEAN=1
  15. UMTYPE=windows
  16. USE_CRTDLL=1