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.0 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 = app.exe
  13. TARGET_DESCRIPTION = "$(PLATFORM) $(BUILDTYPE) Cariole DRT Driver"
  14. RELEASEDRT = 1
  15. #
  16. # Source files. Remember to prefix each name with .\
  17. #
  18. # MTHREAD=1
  19. CXXFILES = .\app.cxx \
  20. .\cmarshal.cxx
  21. CFILES = .\app_i.c
  22. RCFILES =
  23. OBJFILES = ..\idl\objind\itest_i.obj
  24. #
  25. # Libraries and other object files to link.
  26. #
  27. LIBS = $(COMMON)\src\ole\$(OBJDIR)\olecom.lib\
  28. $(CAIROLIB) \
  29. #
  30. # Precompiled headers.
  31. #
  32. PXXFILE =
  33. PFILE =
  34. DEFFILE =
  35. CINC = $(CINC) -I. -I..\common -I. -I..\strms\server -I$(CAIROLE)\ole\inc
  36. NO_WINMAIN = 1
  37. NEWDEF = 1
  38.