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.

18 lines
370 B

  1. # Sources to build and binplace d3d8(d).dll
  2. #
  3. # generates d3d8.dll for FREE build
  4. # generates d3d8d.dll for !FREE && DIRECTX_REDIST build
  5. !include ..\..\bldlink.inc
  6. !if !$(FREEBUILD)
  7. !ifdef DIRECTX_REDIST
  8. TARGETNAME=$(TARGETNAME)d
  9. !endif
  10. !endif
  11. SOURCES = ..\d3d8.rc
  12. # do regular binplace
  13. # do not publish lib (do not want d3d8d.lib published)