Changeset 5573:c044289e8f24 in roaraudio


Ignore:
Timestamp:
07/18/12 12:39:51 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Disable building of roard plugins on windows as PE doesn't support them (Closes: #274)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5571 r5573  
    66        * Improved roarclientpass in execed mode. 
    77        * Improved support in roard for client passing. 
     8        * Disable building of roard plugins on windows as PE doesn't 
     9          support them (Closes: #274) 
    810 
    911v. 1.0beta3 - Sun Jul 15 2012 26:08 CEST 
  • configure

    r5564 r5573  
    26982698if $COMP_PLUGINS 
    26992699then 
    2700  echo "subdir_plugins_roard=plugins/roard" >&4 
     2700 # Do not build roard plugins on win32 as they use upwards binding (-rdynamic). 
     2701 # This mode of binding is not supported by PE. 
     2702 $TARGET_WIN32 || echo "subdir_plugins_roard=plugins/roard" >&4 
    27012703 echo "subdir_plugins_universal=plugins/universal" >&4 
    27022704fi 
Note: See TracChangeset for help on using the changeset viewer.