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.

39 lines
744 B

  1. #MAJORCOMP=admin
  2. #MINORCOMP=common
  3. TARGETNAME=hmsires
  4. TARGETPATH=obj
  5. TARGETTYPE=DYNLINK
  6. DLLENTRY=_DllMainCRTStartup
  7. UMTYPE=windows
  8. USE_MFCUNICODE=1
  9. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  10. USE_ATL=1
  11. #ATL_VER=30
  12. USE_VCCOM=1
  13. # required for C++ exceptions
  14. USE_NATIVE_EH=1
  15. # required for thread-safe heap
  16. USE_MSVCRT=1
  17. # required to support dynamic_cast
  18. USE_RTTI=1
  19. # required for STL (list, vector, string, etc.)
  20. USE_STL=1
  21. TARGETLIBS=\
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(SDK_LIB_PATH)\ole32.lib \
  26. $(SDK_LIB_PATH)\oleaut32.lib \
  27. $(SDK_LIB_PATH)\uuid.lib
  28. INCLUDES=.\;
  29. #PRECOMPILED_INCLUDE = stdafx.h
  30. #PRECOMPILED_CXX = 1
  31. SOURCES= stdafx.cpp \
  32. hmsnapinres.cpp \
  33. hmsnapinres.rc