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.

41 lines
633 B

  1. #---------------------------------------------------------------------
  2. #
  3. # This makefile is for use with the SMSBUILD utility.
  4. #
  5. #---------------------------------------------------------------------
  6. TARGET=HMTabView.ocx
  7. RELEASE=HEALTHMON\$(PLATFORM)
  8. NO_OPTIM=1
  9. UNICODE=1
  10. USEMFC=1
  11. DEFFILE=.\hmtabview.def \
  12. RCFILES=\
  13. .\HMTabView.rc \
  14. RCFLAGS= /D _MAC
  15. ODLFILES=.\HMTabView.odl
  16. CINC+= -I$(NT5INC)
  17. CPPFILES=\
  18. ..\splitter\CtrlWnd.cpp \
  19. .\HMTabCtrl.cpp \
  20. .\HMTabView.cpp \
  21. .\HMTabViewCtl.cpp \
  22. .\HMTabViewPpg.cpp \
  23. .\StdAfx.cpp \
  24. LIBS= \
  25. $(MFCDLL) \
  26. $(CONLIBS) \
  27. tree:
  28. release HMTabView.lic HealthMon\Common