Source code of Windows XP (NT5)
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.

59 lines
1.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1992, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. #
  9. # Name of target. Include an extension (.dll, .lib, .exe)
  10. # If the target is part of the release, set RELEASE to 1.
  11. #
  12. TARGET = ole232.lib
  13. RELEASE =
  14. #
  15. # Source files. Remember to prefix each name with .\
  16. #
  17. CXXFILES = .\uuidole.cxx
  18. CFILES = .\proxyb_i.c \
  19. .\psfbuf_i.c \
  20. .\rchanb_i.c \
  21. .\stubb_i.c
  22. CINC = $(CINC) -I$(CAIROLE)\h -I$(CAIROLE)\common -I$(CAIROLE)\ih
  23. #
  24. # Libraries and other object files to link.
  25. #
  26. OBJFILES = $(OBJDIR)\ole232xx.lib
  27. #
  28. # Precompiled headers.
  29. #
  30. #
  31. # Get the UUIDs from built directory in common
  32. #
  33. all: proxyb_i.c psfbuf_i.c rchanb_i.c stubb_i.c
  34. proxyb_i.c: $(CAIROLE)\common\proxyb_i.c
  35. copy $(CAIROLE)\common\proxyb_i.c
  36. psfbuf_i.c: $(CAIROLE)\common\psfbuf_i.c
  37. copy $(CAIROLE)\common\psfbuf_i.c
  38. rchanb_i.c: $(CAIROLE)\common\rchanb_i.c
  39. copy $(CAIROLE)\common\rchanb_i.c
  40. stubb_i.c: $(CAIROLE)\common\stubb_i.c
  41. copy $(CAIROLE)\common\stubb_i.c