Source code of Windows XP (NT5)
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
277 B

  1. !if $(AXP64)
  2. GUID_CPL_OPTIONS=/cpl_opt:" /qap64"
  3. !else
  4. GUID_CPL_OPTIONS=
  5. !endif
  6. $(O)\guids.obj: guids.cpp
  7. @type <<$(ECHO_RSP)
  8. $(ECHO_MSG_P)
  9. <<NOKEEP
  10. @$(C_COMPILER_NAME) @<<$(CL_RSP) -Fo"$(MAKEDIR)\$@" $(USECXX_FLAG) "$(MAKEDIR)\$**"
  11. $(NP_COMPILER_FLAGS: =
  12. )
  13. <<NOKEEP