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.

19 lines
450 B

  1. !if $(AXP64)
  2. GUID_CPL_OPTIONS=/cpl_opt:" /qap64"
  3. !else
  4. GUID_CPL_OPTIONS=
  5. !endif
  6. $O\diguid.lib: ..\dinputpr.h ..\dinput.w ..\dinputd.w
  7. guidlib /OUT:$@ $(GUID_CPL_OPTIONS) /CPP_OPT:"-DINITGUID -DGUIDLIB -I$(SDK_INC_PATH) -I$(UMINCL)" ..\dinputpr.h
  8. $(O)\guids.obj: ..\guids.c
  9. @type <<$(ECHO_RSP)
  10. $(ECHO_MSG_P)
  11. <<NOKEEP
  12. @$(C_COMPILER_NAME) @<<$(CL_RSP) -Fo"$(MAKEDIR)\$@" $(USECXX_FLAG) "$(MAKEDIR)\$**"
  13. $(NP_COMPILER_FLAGS: =
  14. )
  15. <<NOKEEP