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

  1. !if "$(DXROOT)" == ""
  2. DXROOT=$(BASEDIR)\private\ntos\w32\ntgdi\direct
  3. !endif
  4. C_DEFINES=$(C_DEFINES) -DDRIVER -DWIN95
  5. !if defined(NTDEBUG) && "$(NTDEBUG)" != "ntsdnodebug"
  6. C_DEFINES = $(C_DEFINES) -DDEBUG
  7. !endif
  8. ALT_PROJECT_TARGET=WIN9X
  9. TARGETNAME=DXAPI
  10. TARGETTYPE=EXPORT_DRIVER
  11. TARGETPATH=obj
  12. INCLUDES=$(DXROOT)\inc; \
  13. $(BASEDIR)\private\windows\inc; \
  14. $(BASEDIR)\private\ntos\inc; \
  15. $(DXROOT)\public\ddk\inc
  16. SOURCES= ..\wdm.c \
  17. ..\vxd.c \
  18. ..\dxapi.rc
  19. DLLDEF=dxapi.def