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.

21 lines
389 B

  1. TERMSRV_ROOT = ..\..\..\..\
  2. TARGETNAME=TsVer
  3. TARGETTYPE=PROGRAM
  4. TARGETPATH=obj
  5. C_DEFINES=-DUNICODE -D_UNICODE
  6. UMENTRY=winmain
  7. UMTYPE=windows
  8. USE_MSVCRT=1
  9. SOURCES = \
  10. TsVerUI.rc \
  11. reg.cpp \
  12. StartFinish.cpp \
  13. CheckingPage.cpp \
  14. ConstraintsPage.cpp \
  15. MessagePage.cpp \
  16. tsverui.cpp
  17. TARGETLIBS= \
  18. $(SDK_LIB_PATH)\comctl32.lib