Leaked source code of windows server 2003
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.

43 lines
1.0 KiB

  1. TARGETNAME= wiascnex
  2. TARGETTYPE= DYNLINK
  3. TARGETPATH= obj
  4. TARGETEXT= dll
  5. DLLDEF=wiascnex.def
  6. DLLENTRY=_DllMainCRTStartup
  7. DLLBASE=0x10080000
  8. USE_MSVCRT=1
  9. USE_STATIC_ATL=1
  10. INCLUDES= \
  11. $(DDK_INC_PATH); \
  12. $(INCLUDES)
  13. SOURCES= wiascidl.idl \
  14. shellext.cpp \
  15. wiascnex.cpp \
  16. stdafx.cpp \
  17. wiascnex.rc
  18. TARGETLIBS= \
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\gdi32.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib \
  23. $(SDK_LIB_PATH)\comdlg32.lib \
  24. $(SDK_LIB_PATH)\ole32.lib \
  25. $(SDK_LIB_PATH)\oleaut32.lib \
  26. $(SDK_LIB_PATH)\uuid.lib \
  27. $(SDK_LIB_PATH)\shell32.lib \
  28. $(SDK_LIB_PATH)\comctl32.lib \
  29. $(SDK_LIB_PATH)\wiaguid.lib \
  30. PRECOMPILED_CXX=1
  31. PRECOMPILED_INCLUDE=precomp.h
  32. PRECOMPILED_PCH=precomp.pch
  33. PRECOMPILED_OBJ=precomp.obj