Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2010, 12:55:47 AM (14 years ago)
Author:
rgrieder
Message:

Some libraries/modules were still using ORXONOX_STATIC_BUILD, which is only intended for the orxonox library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/libraries/tools/ToolsPrereqs.h

    r5929 r7136  
    4242//-----------------------------------------------------------------------
    4343
    44 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ORXONOX_STATIC_BUILD)
     44#if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(TOOLS_STATIC_BUILD)
    4545#  ifdef TOOLS_SHARED_BUILD
    4646#    define _ToolsExport __declspec(dllexport)
Note: See TracChangeset for help on using the changeset viewer.