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
518 B

  1. PRIVATEINCS= $(PROJECT_ROOT)\$(SRCBASE)\ntgdi\math\daytona\$(TARGET_H_DIRECTORY)\efloat.hxx
  2. !include ..\makefile.inc
  3. # Force guids.c to be built as a native object.
  4. !if $(IA64) && defined(LINK_TIME_CODE_GENERATION)
  5. $(O)\guids.obj: ..\guids.c
  6. @type <<$(ECHO_RSP)
  7. $(ECHO_MSG_P:/GL=)
  8. <<NOKEEP
  9. @$(C_COMPILER_NAME) @<<$(CL_RSP) -Fo"$(MAKEDIR)\$(O)/" $(USE_FC) $(USECXX_FLAG)
  10. $(EX_C_COMPILER_FLAGS:/GL=)
  11. $**
  12. <<NOKEEP
  13. !endif