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.

35 lines
1.1 KiB

  1. /* /////////////////////////////////////////////////////////////////////////
  2. * File: test/component/test.component.inserters.m2w/implicit_link.cpp
  3. *
  4. * Purpose: Implicit link file for the test.component.inserters.m2ws project.
  5. *
  6. * Created: 22nd November 2010
  7. * Updated: 22nd November 2010
  8. *
  9. * Status: Wizard-generated
  10. *
  11. * License: (Licensed under the Synesis Software Open License)
  12. *
  13. * Copyright (c) 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.test.h>
  23. /* xTests Header Files */
  24. #include <xtests/implicit_link.h>
  25. /* UNIXem Header Files */
  26. #if defined(PLATFORMSTL_OS_IS_UNIX) && \
  27. defined(_WIN32)
  28. # include <unixem/implicit_link.h>
  29. #endif /* PLATFORMSTL_OS_IS_UNIX && _WIN32 */
  30. /* ///////////////////////////// end of file //////////////////////////// */