Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2009, 5:37:33 PM (15 years ago)
Author:
landauf
Message:

renamed QuestPrereqs.h as QuestsystemPrereqs.h and _QuestExport as _QuestsystemExport
fixed paths to QuestsystemPrereqs.h and other includes
compiles now

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/modules/questsystem/QuestsystemPrereqs.h

    r5721 r5722  
    4343//-----------------------------------------------------------------------
    4444#if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ORXONOX_STATIC_BUILD)
    45 #  ifdef QUEST_SHARED_BUILD
    46 #    define _QuestExport __declspec(dllexport)
     45#  ifdef QUESTSYSTEM_SHARED_BUILD
     46#    define _QuestsystemExport __declspec(dllexport)
    4747#  else
    4848#    if defined( __MINGW32__ )
    49 #      define _QuestExport
     49#      define _QuestsystemExport
    5050#    else
    51 #      define _QuestExport __declspec(dllimport)
     51#      define _QuestsystemExport __declspec(dllimport)
    5252#    endif
    5353#  endif
    5454#elif defined ( ORXONOX_GCC_VISIBILITY )
    55 #  define _QuestExport  __attribute__ ((visibility("default")))
     55#  define _QuestsystemExport  __attribute__ ((visibility("default")))
    5656#else
    57 #  define _QuestExport
     57#  define _QuestsystemExport
    5858#endif
    5959
Note: See TracChangeset for help on using the changeset viewer.