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.

60 lines
1.2 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. !ENDIF
  11. !INCLUDE ..\sources.inc
  12. MINORCOMP=sdbapi
  13. TARGETNAME=sdbapi
  14. TARGETTYPE=DYNLINK
  15. TARGETLIBS= \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\shlwapi.lib \
  20. $(SDK_LIB_PATH)\version.lib \
  21. $(SDK_LIB_PATH)\strsafe.lib
  22. INCLUDES=..;
  23. USE_MSVCRT=1
  24. C_DEFINES=-D_DEBUG_SPEW -DSDB_ANSI_LIB -DWIN32A_MODE
  25. BINPLACE_PLACEFILE=..\..\placefil.txt
  26. SOURCES=$(SOURCES)\
  27. ..\sdbapiplus.c \
  28. ..\dbaccessplus.c \
  29. ..\msitransform.c \
  30. ..\guid.c \
  31. ..\dllmain.c \
  32. ..\grabmiapi.c \
  33. ..\win32base.c \
  34. sdbapi.rc
  35. DLLENTRY=DllMain
  36. DLLBASE=0x1000000
  37. UMTYPE=windows
  38. DELAYLOAD = version.dll;shlwapi.dll
  39. DLOAD_ERROR_HANDLER=shell32.dll