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.

47 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. TARGETNAME=LsView
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  14. USE_MSVCRT=1
  15. TERMSRV_ROOT = ..\..
  16. C_DEFINES = $(C_DEFINES) -DUNICODE
  17. INCLUDES= \
  18. $(TERMSRV_ROOT)\license\inc;\
  19. $(TERMSRV_ROOT)\license\TLServer\legacy\inc;\
  20. $(TERMSRV_ROOT)\license\TLServer\include;\
  21. $(TERMSRV_ROOT)\license\TLServer\include\$(O);\
  22. $(TERMSRV_ROOT)\license\licmgr;\
  23. $(TERMSRV_ROOT)\common\license\inc
  24. MSC_WARNING_LEVEL=/W3 /WX
  25. SOURCES= tslsview.cpp \
  26. tslsview.rc
  27. UMTYPE=windows
  28. UMENTRY=winmain
  29. TARGETLIBS= \
  30. $(SDK_LIB_PATH)\comctl32.lib \
  31. $(SDK_LIB_PATH)\comdlg32.lib \
  32. $(SDK_LIB_PATH)\shell32.lib \
  33. $(TERMSRV_ROOT)\lib\$(O)\tlsapip.lib \