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.

53 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. Bala Neerumalla (05-19-2001)
  12. !ENDIF
  13. TARGETNAME=ScrptUtl
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. DLLENTRY=_DllMainCRTStartup
  17. SOURCES=\
  18. DateTimeObject.cpp \
  19. ScriptingUtils.cpp \
  20. ScriptingUtils.idl \
  21. ScriptingUtils.rc
  22. C_DEFINES=-DUNICODE -D_UNICODE
  23. ATL_VER=30
  24. USE_ATL=1
  25. USE_MSVCRT=1
  26. DLLDEF=ScriptingUtils.def
  27. USE_NATIVE_EH=ASYNC
  28. PRECOMPILED_CXX=1
  29. PRECOMPILED_INCLUDE=pch.h
  30. PRECOMPILED_PCH=pch.pch
  31. PRECOMPILED_OBJ=pch.obj
  32. TARGETLIBS=\
  33. $(SDK_LIB_PATH)\kernel32.lib \
  34. $(SDK_LIB_PATH)\oleaut32.lib \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\Advapi32.lib \
  37. $(SDK_LIB_PATH)\uuid.lib \
  38. $(SDK_LIB_PATH)\framedyn.lib