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.

36 lines
1.2 KiB

  1. /* /////////////////////////////////////////////////////////////////////////
  2. * File: test/component/test.component.be.file.threading/implicit_link.cpp
  3. *
  4. * Purpose: Implicit link file for the test.component.be.file.threading project.
  5. *
  6. * Created: 3rd July 2009
  7. * Updated: 10th January 2011
  8. *
  9. * Status: Wizard-generated
  10. *
  11. * License: (Licensed under the Synesis Software Open License)
  12. *
  13. * Copyright (c) 2009-2011, 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 <platformstl/platformstl.h>
  21. #include <pantheios/implicit_link/core.h>
  22. #include <pantheios/implicit_link/fe.N.h>
  23. #include <pantheios/implicit_link/be.N.h>
  24. #include <pantheios/implicit_link/bec.file.h>
  25. #include <pantheios/implicit_link/bec.console.h>
  26. /* UNIXEm Header Files */
  27. #include <platformstl/platformstl.h>
  28. #if defined(PLATFORMSTL_OS_IS_UNIX) && \
  29. defined(_WIN32)
  30. # include <unixem/implicit_link.h>
  31. #endif /* operating system */
  32. /* ///////////////////////////// end of file //////////////////////////// */