Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 8, 2010, 3:52:36 PM (14 years ago)
Author:
rgrieder
Message:

Removed workaround that was already worked around by CMake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/SpecialConfig.h.in

    r5781 r7380  
    4141
    4242#include "OrxonoxConfig.h"
    43 #include <boost/preprocessor/stringize.hpp>
    4443
    4544/**
     
    9291    const char externalDataDevDirectory[]   = "@EXTERNAL_DATA_DIRECTORY@";
    9392#ifdef CMAKE_CONFIGURATION_TYPES
    94     const char moduleDevDirectory[]         = "@CMAKE_MODULE_OUTPUT_DIRECTORY@/" BOOST_PP_STRINGIZE(CMAKE_BUILD_TYPE);
    95     const char configDevDirectory[]         = "@CMAKE_CONFIG_OUTPUT_DIRECTORY@/" BOOST_PP_STRINGIZE(CMAKE_BUILD_TYPE);
    96     const char logDevDirectory[]            = "@CMAKE_LOG_OUTPUT_DIRECTORY@/"    BOOST_PP_STRINGIZE(CMAKE_BUILD_TYPE);
     93    const char moduleDevDirectory[]         = "@CMAKE_MODULE_OUTPUT_DIRECTORY@/" CMAKE_INTDIR;
     94    const char configDevDirectory[]         = "@CMAKE_CONFIG_OUTPUT_DIRECTORY@/" CMAKE_INTDIR;
     95    const char logDevDirectory[]            = "@CMAKE_LOG_OUTPUT_DIRECTORY@/"    CMAKE_INTDIR;
    9796#else
    9897    const char moduleDevDirectory[]         = "@CMAKE_MODULE_OUTPUT_DIRECTORY@";
Note: See TracChangeset for help on using the changeset viewer.