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.

24 lines
382 B

  1. ##
  2. # Create an Ad Lib virtual device driver
  3. #
  4. MAJORCOMP=vdd
  5. MINORCOMP=adlibvdd
  6. TARGETNAME=adlibvdd
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. UMTYPE=windows
  10. # Define libs we need and where to find them
  11. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  12. $(SDK_LIB_PATH)\ntvdm.lib
  13. C_DEFINES=-DUNICODE
  14. SOURCES=vdd.c
  15. DLLENTRY=DllEntryPoint
  16. DLLBASE=0x6BD00000