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.

61 lines
1.4 KiB

  1. #############################################################
  2. #
  3. #Copyright (c) 1997 Microsoft Corporation
  4. #
  5. #Author:
  6. # Karan Mehra [t-karanm]
  7. #
  8. #Date:
  9. # 22-June-1999
  10. #
  11. #Module Name:
  12. # sources.
  13. #
  14. #Abstract:
  15. # This file specifies the target component being built and the list of
  16. # sources files needed to build that component. Also specifies optional
  17. # compiler switches and libraries that are unique for the component being
  18. # built.
  19. #
  20. # This directory builds
  21. # Point Of Sale Devices Control Panel Applet
  22. #
  23. ##############################################################
  24. MAJORCOMP=wdm
  25. MINORCOMP=poscpl
  26. TARGETNAME=pos
  27. TARGETPATH=obj
  28. TARGETTYPE=DYNLINK
  29. TARGETEXT=cpl
  30. TARGETLIBS = $(TARGETLIBS) \
  31. $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\user32.lib \
  33. $(SDK_LIB_PATH)\comctl32.lib \
  34. $(SDK_LIB_PATH)\shell32.lib \
  35. $(SDK_LIB_PATH)\gdi32.lib \
  36. $(SDK_LIB_PATH)\libc.lib \
  37. $(SDK_LIB_PATH)\advapi32.lib
  38. INCLUDES=.;.\res;$(BASEDIR)\private\windows\inc
  39. !IFDEF TARGET_WIN95
  40. C_DEFINES=$(C_DEFINES) -DWIN95 -D_X86_
  41. !ELSE
  42. C_DEFINES=$(C_DEFINES) -DWINNT -DUNICODE -D_UNICODE -DWINVER=0x0500
  43. !ENDIF
  44. USE_MFC=0
  45. NOT_LEAN_AND_MEAN=1
  46. DLLDEF=pos.def
  47. DLLENTRY=DllMain
  48. COFFBASE=usermode
  49. SOURCES=main.c \
  50. devices.c \
  51. pos.c \
  52. poshlp.c \
  53. pos.rc