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.

34 lines
705 B

  1. TARGETNAME=atmpvcno
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  5. DLLENTRY=_DllMainCRTStartup
  6. MIDL_OPTIMIZATION=-Oicf -robust -no_format_opt -error all
  7. PRECOMPILED_CXX=1
  8. PRECOMPILED_INCLUDE=pch.h
  9. RCOPTIONS=-i $(O) -N
  10. UMTYPE=windows
  11. USE_MSVCRT=1
  12. USE_NATIVE_EH=1
  13. USE_RTTI=1
  14. USE_STATIC_ATL=1
  15. TARGETLIBS=\
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\comctl32.lib \
  18. $(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\ole32.lib \
  20. $(SDK_LIB_PATH)\oleaut32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\uuid.lib
  23. SOURCES=\
  24. dllmain.cpp \
  25. implinc.cpp \
  26. mystring.cpp \
  27. reg.cpp \
  28. sfilter.cpp \
  29. sfilter.rc \
  30. sfiltern.idl