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.

9 lines
211 B

  1. #
  2. # Makefile to strip-out debug code from ASP in fre builds
  3. #
  4. $(O)\inc_debug.asp: inc_debug.asp.src
  5. cl /EP $(C_PREPROCESSOR_FLAGS) inc_debug.asp.src > $(O)\inc_debug.asp
  6. clean:
  7. del inc_debug.asp