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.

28 lines
426 B

  1. ##
  2. # Sources for Joystick virtual device driver
  3. #
  4. TARGETNAME=vjoy
  5. TARGETPATH=obj
  6. TARGETTYPE=DYNLINK
  7. UMTYPE=windows
  8. DLLDEF=
  9. USE_NOLIBS=1
  10. MSC_WARNING_LEVEL=/W3 /WX
  11. # Define libs we need and where to find them
  12. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\ntvdm.lib
  14. C_DEFINES=-DUNICODE
  15. SOURCES= \
  16. vjoy.c \
  17. vjoy.rc
  18. DLLENTRY=DllEntryPoint
  19. DLLBASE=0xfe80000