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.

58 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Santhosh Brahmappa (11-19-2000)
  12. !ENDIF
  13. TARGETNAME=scriptpw
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. MSC_WARNING_LEVEL=/W4 /WX
  17. DLLDEF=scriptpw.def
  18. DLLENTRY=_DllMainCRTStartup
  19. INCLUDES=$(ADMIN_INC_PATH)
  20. SOURCES=\
  21. password.cpp \
  22. scriptpw.cpp \
  23. scriptpw.idl \
  24. scriptpw.rc
  25. C_DEFINES=-DUNICODE -D_UNICODE
  26. ATL_VER=30
  27. USE_ATL=1
  28. USE_MSVCRT=1
  29. PRECOMPILED_CXX=pch.h
  30. TARGETLIBS=\
  31. $(ADMIN_LIB_PATH)\cmdline.lib \
  32. $(SDK_LIB_PATH)\kernel32.lib \
  33. $(SDK_LIB_PATH)\oleaut32.lib \
  34. $(SDK_LIB_PATH)\user32.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. $(SDK_LIB_PATH)\ws2_32.lib \
  37. $(SDK_LIB_PATH)\mpr.lib \
  38. $(SDK_LIB_PATH)\shlwapi.lib \
  39. $(SDK_LIB_PATH)\version.lib