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.

12 lines
297 B

  1. $(O)\ieuinit.inf : ..\..\ie40\inf\ieuinit.inx
  2. @type <<$(ECHO_RSP)
  3. $(ECHO_MSG_P) /EP $**
  4. <<NOKEEP
  5. !if "$(BUILD_PRODUCT)" == "NT"
  6. @$(C_PREPROCESSOR_NAME) /DNT5 @<<$(CL_RSP) /Tc$** > $@
  7. !else
  8. @$(C_PREPROCESSOR_NAME) @<<$(CL_RSP) /Tc$** > $@
  9. !endif
  10. $(CPPXX: =
  11. )
  12. <<NOKEEP