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.

58 lines
1.1 KiB

  1. NO_CAIRO_LIBS=1
  2. MAJORCOMP=iballs
  3. MINORCOMP=proxy
  4. TARGETNAME=iballs
  5. DLLDEF=$(O)\iballs.def
  6. #
  7. # Add this to the coffbase.txt file
  8. #
  9. DLLBASE=0x1b500000
  10. #
  11. # We don't want the .lib file in sdk\lib. Binplace.exe will put the DLL in
  12. # the release tree.
  13. #
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. TARGETLIBS= \
  17. $(SDK_LIB_PATH)\gdi32p.lib \
  18. $(SDK_LIB_PATH)\ntdll.lib \
  19. $(SDK_LIB_PATH)\ole32.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\RpcRt4.lib
  22. LINKLIBS= \
  23. ..\..\uuid\cairo\$(O)\uuid.lib \
  24. $(SDK_LIB_PATH)\uuid.lib
  25. INCLUDES=..\..\..\..\ole32\ih
  26. INCLUDES=$(INCLUDES);$(BASEDIR)\private\cinc
  27. CONDITIONAL_INCLUDES=
  28. SYNCHRONIZE_BLOCK=1
  29. SYNCHRONIZE_DRAIN=1
  30. !include ..\..\..\cairo.inc
  31. C_DEFINES = $(C_DEFINES)
  32. LINKER_FLAGS = /MERGE:.text=.orpc
  33. # All the files listed below ending in _p.c are generated by MIDL
  34. SOURCES= \
  35. ..\transmit.cxx \
  36. ..\dlldata.c \
  37. ..\iballs_p.c \
  38. ..\icube_p.c \
  39. ..\ibtest_p.c \
  40. ..\iloop_p.c \
  41. ..\rpctst_p.c