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.

55 lines
1.1 KiB

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