Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge...
[ardour.git] / libs / surfaces / control_protocol / wscript
index 235c6c06cba224f518c1af4db9533c26aed518c1..c79a3a2dbc31e520172a1f35b88c73ef7abb417c 100644 (file)
@@ -28,7 +28,7 @@ def build(bld):
     if bld.is_defined ('INTERNAL_SHARED_LIBS'):
         obj              = bld.shlib(features = 'c cxx cshlib cxxshlib', source=controlcp_sources)
         # defines for this library
-        obj.defines      = [ 'LIBCONTROLCP_DLL_EXPORTS=1' ]
+        obj.defines      = [ 'LIBCONTROLCP_DLL_EXPORTS' ]
         obj.cxxflags     = [ '-fvisibility=hidden' ]
         obj.cflags       = [ '-fvisibility=hidden' ]
     else: