Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2018, 11:36:40 PM (6 years ago)
Author:
landauf
Message:

[FlappyOrx_HS17] fixed dll linkage for MSVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/flappyorx/FlappyOrxPrereqs.h

    r11624 r11753  
    4444//-----------------------------------------------------------------------
    4545
    46 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(FlappyOrx_STATIC_BUILD)
    47 #  ifdef FlappyOrx_SHARED_BUILD
     46#if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(FLAPPYORX_STATIC_BUILD)
     47#  ifdef FLAPPYORX_SHARED_BUILD
    4848#    define _FlappyOrxExport __declspec(dllexport)
    4949#  else
     
    7272    class FlappyOrxCenterPoint;
    7373    class FlappyOrxShip;
    74     class FlappyOrxEnemy;
    75     class FlappyOrxEnemyShooter;
    76     class FlappyOrxWeapon;
    77     class FlappyOrxWeaponEnemy;
    7874    class FlappyOrxHUDinfo;
    7975}
Note: See TracChangeset for help on using the changeset viewer.