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.

15 lines
313 B

  1. BINPLACE_PLACEFILE=$(PROJECT_ROOT)\cluster\resdll\vsstask\placefil.txt
  2. MSC_WARNING_LEVEL=/W4 /WX
  3. C_DEFINES=$(C_DEFINES) -DSTRSAFE_LIB
  4. MAJORCOMP=cluster
  5. !IF !DEFINED(NO_SPECIAL_DEBUG)
  6. !IF DEFINED(USE_DEBUG_CRTS)
  7. DEBUG_CRTS=1
  8. !ENDIF
  9. !IF !$(FREEBUILD)
  10. RCOPTIONS=$(RCOPTIONS) -D_DEBUG
  11. !ENDIF
  12. !ENDIF