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.

46 lines
731 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  7. TARGETNAME=sampusd
  8. TARGETPATH=obj
  9. TARGETTYPE=DYNLINK
  10. UMTYPE=windows
  11. DLLENTRY=DllEntryPoint
  12. USE_CRTDLL=1
  13. #
  14. # Debugging options
  15. #
  16. !IFDEF MAXDEBUG
  17. NTDEBUG=ntsd
  18. NTDEBUGTYPE=windbg
  19. MSC_OPTIMIZATION=/Od
  20. C_DEFINES = $(C_DEFINES) /DMAXDEBUG /DDEBUG /DDBG=1
  21. !ENDIF
  22. TARGETLIBS=$(TARGETLIBS) \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\sti.lib \
  25. $(SDK_LIB_PATH)\uuid.lib \
  26. $(SDK_LIB_PATH)\ole32.lib
  27. INCLUDES=$(INCLUDES);
  28. SOURCES=sampusd.rc \
  29. sampusd.cpp \
  30. device.cpp
  31. DLLBASE=0x1c300000