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.

67 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1991 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. !INCLUDE ..\sources.inc
  15. MINORCOMP=sdbapiu
  16. TARGETNAME=sdbapiu
  17. TARGETTYPE=DYNLINK
  18. TARGETLIBS= \
  19. $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\shlwapi.lib \
  23. $(SDK_LIB_PATH)\version.lib \
  24. $(SDK_LIB_PATH)\strsafe.lib
  25. INCLUDES=..;
  26. USE_MSVCRT=1
  27. C_DEFINES=$(C_DEFINES) -D_DEBUG_SPEW -DWIN32U_MODE
  28. BINPLACE_PLACEFILE=..\..\placefil.txt
  29. SOURCES=$(SOURCES)\
  30. ..\sdbapiplus.c \
  31. ..\dbaccessplus.c \
  32. ..\ntbase.c \
  33. ..\ntbaseplus.c \
  34. ..\msitransform.c \
  35. ..\dllmain.c \
  36. ..\guid.c \
  37. ..\grabmiapi.c \
  38. sdbapiu.rc
  39. DLLENTRY=DllMain
  40. DLLBASE=0x1000000
  41. UMTYPE=windows
  42. DELAYLOAD = version.dll;shlwapi.dll
  43. DLOAD_ERROR_HANDLER=shell32.dll