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
572 B

  1. CCSHELL_DIR= $(PROJECT_ROOT)
  2. MSC_WARNING_LEVEL=/W4
  3. !include $(CCSHELL_DIR)\common.inc
  4. SOURCES_USED= $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  5. SHSRVICE=$(PROJECT_ROOT)\services\hdsrv
  6. SHSRVICE_INC_PATH=$(SHSRVICE)\inc;$(SHSRVICE)\idl\$(O)
  7. INCLUDES= \
  8. $(INCLUDES); \
  9. $(TERMSRV_INC_PATH); \
  10. $(DS_INC_PATH); \
  11. $(PROJECT_ROOT)\services; \
  12. $(SHSRVICE_INC_PATH)
  13. # what the heck is this for?!?
  14. !if !$(FREEBUILD)
  15. C_DEFINES=$(C_DEFINES) -DRBDEBUG
  16. !endif