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.

14 lines
285 B

  1. !if "$(FREEBUILD)"=="1"
  2. ### !message **** FREE BUILD ***
  3. !else
  4. C_DEFINES=$(C_DEFINES) -DDEBUG=1
  5. !if !$(WIN64)
  6. MSC_OPTIMIZATION=/Od
  7. !endif
  8. !endif
  9. !ifdef TRACE_ENABLED
  10. C_DEFINES=$(C_DEFINES) -DTRACE_ENABLED
  11. !endif
  12. INCLUDES=$(INCLUDES);$(STAXINC)\export;$(IISBASEDIR)\inc