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.4 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Johann Posch (JohannP) 03-10c-1996
  12. !ENDIF
  13. TARGETNAME= B4Hook
  14. TARGETPATH=obj
  15. TARGETTYPE= DYNLINK
  16. DLLDEF= $O\B4Hook.def
  17. DLLENTRY= _DllMainCRTStartup
  18. DLLBASE= 0x61000000
  19. INCLUDES= ..;..\..\inc
  20. !include ..\..\daytona.inc
  21. USE_MAPSYM=1
  22. SOURCES= \
  23. ..\b4hook.rc \
  24. ..\b4hook.cxx \
  25. ..\resprot.cxx \
  26. ..\protbase.cxx \
  27. ..\urlcf.cxx \
  28. ..\selfreg.cxx \
  29. ..\plugdll.cxx
  30. UMTYPE= windows
  31. LINKLIBS= \
  32. $(LINKLIBS) \
  33. ..\..\utils\daytona\$O\utils.lib \
  34. USE_MSVCRT=1
  35. TARGETLIBS= \
  36. $(SDK_LIB_PATH)\wininet.lib \
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(SDK_LIB_PATH)\gdi32.lib \
  39. $(SDK_LIB_PATH)\kernel32.lib \
  40. $(SDK_LIB_PATH)\user32.lib \
  41. $(SDK_LIB_PATH)\advapi32.lib \
  42. $(SDK_LIB_PATH)\uuid.lib \