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.

42 lines
1.4 KiB

  1. /* /////////////////////////////////////////////////////////////////////////
  2. * File: examples/cpp/backends/example.cpp.backends.mx.1/implicit_link.cpp
  3. *
  4. * Purpose: Implicit link file for the example.mx.1 project.
  5. *
  6. * Created: 19th September 2008
  7. * Updated: 6th December 2010
  8. *
  9. * Status: Wizard-generated
  10. *
  11. * License: (Licensed under the Synesis Software Open License)
  12. *
  13. * Copyright (c) 2008-2010, Synesis Software Pty Ltd.
  14. * All rights reserved.
  15. *
  16. * www: http://www.synesis.com.au/software
  17. *
  18. * ////////////////////////////////////////////////////////////////////// */
  19. /* Pantheios Header Files */
  20. #include <pantheios/implicit_link/core.h>
  21. #include <pantheios/implicit_link/fe.simple.h>
  22. #include <pantheios/implicit_link/be.N.h>
  23. #if defined(PLATFORMSTL_OS_IS_UNIX)
  24. # include <pantheios/implicit_link/bec.fprintf.h>
  25. # include <pantheios/implicit_link/bec.syslog.h>
  26. #elif defined(PLATFORMSTL_OS_IS_WINDOWS)
  27. # include <pantheios/implicit_link/bec.WindowsConsole.h>
  28. # include <pantheios/implicit_link/bec.WindowsSyslog.h>
  29. #else /* ? OS */
  30. # error Platform not discriminated
  31. #endif /* OS */
  32. /* UNIXem Header Files */
  33. #include <platformstl/platformstl.h>
  34. #if defined(PLATFORMSTL_OS_IS_UNIX) && \
  35. defined(_WIN32)
  36. # include <unixem/implicit_link.h>
  37. #endif /* _WIN32 || _WIN64 */
  38. /* ///////////////////////////// end of file //////////////////////////// */