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.

29 lines
440 B

  1. #---------------------------------------------------------------------
  2. #
  3. # This makefile is for use with the SMSBUILD utility.
  4. #
  5. #---------------------------------------------------------------------
  6. TARGET=HMSnapInRes.dll
  7. RELEASE=HealthMon\$(PLATFORM)\$(LANGDIR)
  8. NO_OPTIM=1
  9. UNICODE=1
  10. USEMFC=1
  11. RCFILES=\
  12. .\HMSnapInRes.rc \
  13. RCFLAGS= /D _MAC
  14. CPPFILES=\
  15. .\stdafx.cpp \
  16. .\HMSnapInRes.cpp \
  17. LIBS= \
  18. $(MFCDLL) \
  19. $(CONLIBS)