linux issues

This commit is contained in:
David Rose 2009-08-03 19:48:37 +00:00
parent 02dbdb91b1
commit 4bac1d3314
3 changed files with 8 additions and 9 deletions

View File

@ -23,14 +23,14 @@
#define BUILDING_P3D_PLUGIN
#define TIXML_USE_STL
#include "p3d_plugin.h"
#include "p3d_lock.h"
// It's a good idea to pick up this header file, even though we don't
// actually link with dtool. This header file defines useful
// system-wide config settings.
#include "dtool_config.h"
#include "p3d_plugin.h"
#include "p3d_lock.h"
#include <iostream>
#include <fstream>
#include <string>

View File

@ -12,12 +12,6 @@
#define LOCAL_LIBS plugin_common
// We need this because we don't
// include dtool_config.h.
#if $[HAVE_X11]
#define EXTRA_CDEFS HAVE_X11
#endif
#define COMBINED_SOURCES \
$[TARGET]_composite1.cxx

View File

@ -17,6 +17,11 @@
// This header file is included by all C++ files in this directory
// It's a good idea to pick up this header file, even though we don't
// actually link with dtool. This header file defines useful
// system-wide config settings.
#include "dtool_config.h"
// We include this header file directly out of its source directory,
// so we don't have to link with the library that builds it.
#include "../plugin/p3d_plugin.h"