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.

27 lines
389 B

  1. MAJORCOMP=d3d
  2. MINORCOMP=d3d8
  3. TARGETNAME=d3d8thk
  4. TARGETPATH=obj
  5. TARGETTYPE=DYNLINK
  6. SYNCHRONIZE_DRAIN = 1
  7. INCLUDES=$(DXROOT)\inc;$(INCLUDES)
  8. LINKER_FLAGS = $(LINKER_FLAGS) /IGNORE:4088
  9. NO_NTDLL = 1
  10. DLLENTRY = _DllMainCRTStartup
  11. DLLDEF = ..\d3d8thk.def
  12. SOURCES = ..\d3d8thk.rc
  13. PASS1_PUBLISH= \
  14. {lib\i386\w32umode.lib=$(SDK_LIB_PATH)\w2kumode.lib}