~charon-developers/charon-core/trunk

« back to all changes in this revision

Viewing changes to test/compileandloadtest.cpp

  • Committer: jmgottfried
  • Date: 2010-03-16 15:18:38 UTC
  • Revision ID: svn-v4:7d56a235-2f8b-4627-957e-5f30cc86da59:charon-core/trunk:680
moved header files to seperate include directory

this makes e.g. Compile and Load test work even if charon-core is not yet installed
and gives a chance to get charon-meta working

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include "PluginManager.h"
2
1
#include <stdexcept>
3
2
#ifdef MSVC
4
3
#include <windows.h>
5
4
#endif
 
5
#include <charon-core/PluginManager.h>
6
6
 
7
7
#ifndef   PLUGIN_DIR
8
8
/// charon-utils plugin path (in bild directory)