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.

38 lines
774 B

  1. TARGETNAME=instmof
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. UMTYPE=windows
  5. UMENTRY=winmain
  6. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  7. #USE_ATL=1
  8. #ATL_VER=30
  9. # required for C++ exceptions
  10. #USE_NATIVE_EH=1
  11. # required for thread-safe heap
  12. USE_MSVCRT=1
  13. # required to support dynamic_cast
  14. #USE_RTTI=1
  15. # required for STL (list, vector, string, etc.)
  16. #USE_STL=1
  17. #PRECOMPILED_INCLUDE=stdafx.h
  18. #PRECOMPILED_CXX=1
  19. #DLLDEF=$(O)\hmagent.def
  20. TARGETLIBS=\
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\ole32.lib \
  25. $(SDK_LIB_PATH)\oleaut32.lib \
  26. $(SDK_LIB_PATH)\uuid.lib \
  27. $(SDK_LIB_PATH)\wbemuuid.lib
  28. INCLUDES=.\; \
  29. ..\public\sdk\inc ; \
  30. ..\public\sdk\inc\crt ;
  31. SOURCES= instmof.rc \
  32. instmof.cpp