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.

49 lines
832 B

  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. DLLDEF=scriptpw.def
  17. DLLENTRY=_DllMainCRTStartup
  18. SOURCES=\
  19. password.cpp \
  20. scriptpw.cpp \
  21. scriptpw.idl \
  22. scriptpw.rc
  23. C_DEFINES=-DUNICODE -D_UNICODE
  24. ATL_VER=30
  25. USE_ATL=1
  26. USE_MSVCRT=1
  27. PRECOMPILED_CXX=pch.h
  28. TARGETLIBS=\
  29. $(SDK_LIB_PATH)\kernel32.lib \
  30. $(SDK_LIB_PATH)\oleaut32.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\uuid.lib