Displaying 2 results from an estimated 2 matches for "dwxscintilla".
Did you mean:
wxscintilla
2006 Oct 22
0
[706] trunk/wxruby2/rake/rakemacosx.rb: WxScintilla optional class added (Alex Fenton)
...ns/A/Resources/wxruby.rsrc`
</span><span class="cx"> end
</span><ins>+
+WXSCINTILLA = ENV[''WXSCINTILLA'']
+if WXSCINTILLA
+ $wx_libs += " #{WXSCINTILLA}/lib/libwxscintilla#{$POSTFIX}.a"
+ $wx_cppflags += " -I#{WXSCINTILLA}/include -DWXSCINTILLA"
+end
</ins></span></pre>
</div>
</div>
</body>
</html>
2007 Mar 26
0
[919] trunk/wxruby2/rake/rakelinux.rb: Use wxWidgets built-in support libs; add wxScintilla option
...bsp$wx_libs = libs.join('' '')
</span><ins>+ WXSCINTILLA = ENV[''WXSCINTILLA'']
+ if WXSCINTILLA
+ $wx_libs += " #{WXSCINTILLA}/lib/libwxscintilla.a "
+ $wx_cppflags += " -I#{WXSCINTILLA}/include -DWXSCINTILLA"
+ end
</ins><span class="cx"> end
</span></span></pre>
</div>
</div>
</body>
</html>