project.name = "Samples"
project.bindir = "../Bin"
option("with-display", "Enable Display sample")
addoption("with-display", "Enable Display sample")
include("Controls")
loadfile("Controls")
include("Dialogs")
loadfile("Dialogs")
include("Minimal")
loadfile("Minimal")
include("Printing")
loadfile("Printing")
include("Splitter")
loadfile("Splitter")
include("TreeCtrl")
loadfile("TreeCtrl")
include("Tutorial")
loadfile("Tutorial")
include("Wizard")
loadfile("Wizard")
include("DbGrid")
loadfile("DbGrid")
include("Dnd")
loadfile("Dnd")
include("HTML")
loadfile("HTML")
include("Font")
loadfile("Font")
include("Notebook")
loadfile("Notebook")
include("Mdi")
loadfile("Mdi")
include("Grid")
loadfile("Grid")
include("HtmlListBox")
loadfile("HtmlListBox")
if (options["with-display"]) then
include("Display")
loadfile("Display")
end
include("Xrc")
loadfile("Xrc")
include("EventDemo")
loadfile("EventDemo")
include("Listbook")
loadfile("Listbook")
include("SashWindow")
loadfile("SashWindow")
include("Launcher")
loadfile("Launcher")
include("ListView")
loadfile("ListView")
include("HtmlHelp")
loadfile("HtmlHelp")
include("Internat")
loadfile("Internat")
include("ListCtrl")
loadfile("ListCtrl")
include("Thread")
loadfile("Thread")
project.name = "Utils"
include("TowxNET/Src")
loadfile("TowxNET/Src")
include("TowxNET/Src/RJH.CommandLineHelper")
loadfile("TowxNET/Src/RJH.CommandLineHelper")
-----------------------------------------------------------------------
-- Additional packages
option("enable-stc", "Enable StyledTextCtrl (wxStyledTextCtrl)")
addoption("enable-stc", "Enable StyledTextCtrl (wxStyledTextCtrl)")
include("Src/wx-c")
loadfile("Src/wx-c")
include("Src/wx.NET")
loadfile("Src/wx.NET")