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.

68 lines
1.5 KiB

  1. #-----------------------------------------------------------------
  2. # Copyright (c) 1999 Microsoft Corporation
  3. #
  4. # Author:
  5. # EdwardR
  6. #
  7. # Date:
  8. # 22-Jul-1999
  9. #
  10. # Module Name:
  11. # sources.inc
  12. #
  13. # Abstract:
  14. # The build sources file for the IrTran-P USD.
  15. #
  16. # This directory builds
  17. # IrTran-P USD
  18. #
  19. #-----------------------------------------------------------------
  20. !include $(IMAGE_DIR)\wiaenv.inc
  21. TARGETNAME=ircamera
  22. TARGETTYPE=DYNLINK
  23. TARGETPATH=obj
  24. TARGETEXT=dll
  25. DLLDEF = $O\ircamera.def
  26. DLLENTRY=DllEntryPoint
  27. # SYNCHRONIZE_DRAIN=1
  28. #
  29. # Set calling convention to __cdecl
  30. #
  31. 386_STDCALL=0
  32. INCLUDES=.;..\irtranp;$(INCLUES);$(IMAGE_DIR)\inc;$(IMAGE_DIR)\common\jpeglib
  33. C_DEFINES=$(C_DEFINES) -DHAVE_BOOLEAN
  34. SOURCES= \
  35. ..\camevent.cpp \
  36. ..\camopen.cpp \
  37. ..\camxfer.cpp \
  38. ..\device.cpp \
  39. ..\miniitem.cpp \
  40. ..\ircamera.cpp \
  41. ..\wiadev.cpp \
  42. ..\jpegutil.cpp \
  43. ..\progress.cpp \
  44. ..\ircamera.rc
  45. TARGETLIBS= $(TARGETLIBS) \
  46. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  47. $(BASEDIR)\public\sdk\lib\*\wsock32.lib \
  48. $(BASEDIR)\public\sdk\lib\*\shell32.lib \
  49. $(IMAGE_DIR)\lib\$(PLATFORM_SUFFIX)\*\wiaguid.lib \
  50. $(IMAGE_DIR)\lib\$(PLATFORM_SUFFIX)\*\wiaservc.lib \
  51. $(IMAGE_DIR)\lib\$(PLATFORM_SUFFIX)\*\jpeg.lib \
  52. ..\irtranp\i386\irtranp.lib
  53. # $(LIBRARY_PATH)\sti.lib \
  54. # $(BASEDIR)\public\sdk\lib\*\ole32.lib