Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80174 Details for
Bug 71086
wx.NET (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
premake.lua.patch
premake.lua.patch (text/plain), 2.56 KB, created by
Radek Podgorny
on 2006-02-19 06:45:24 UTC
(
hide
)
Description:
premake.lua.patch
Filename:
MIME Type:
Creator:
Radek Podgorny
Created:
2006-02-19 06:45:24 UTC
Size:
2.56 KB
patch
obsolete
>diff -ru wx.NET-0.7.2/Samples/premake.lua wx.NET-0.7.2-mine/Samples/premake.lua >--- wx.NET-0.7.2/Samples/premake.lua 2005-04-30 19:27:53.000000000 +0200 >+++ wx.NET-0.7.2-mine/Samples/premake.lua 2006-02-19 14:47:53.000000000 +0100 >@@ -4,40 +4,34 @@ > project.name = "Samples" > project.bindir = "../Bin" > >-option("with-display", "Enable Display sample") >+addoption("with-display", "Enable Display sample") > >-include("Controls") >-include("Dialogs") >-include("Minimal") >-include("Printing") >-include("Splitter") >-include("TreeCtrl") >-include("Tutorial") >-include("Wizard") >-include("DbGrid") >-include("Dnd") >-include("HTML") >-include("Font") >-include("Notebook") >-include("Mdi") >-include("Grid") >-include("HtmlListBox") >+loadfile("Controls") >+loadfile("Dialogs") >+loadfile("Minimal") >+loadfile("Printing") >+loadfile("Splitter") >+loadfile("TreeCtrl") >+loadfile("Tutorial") >+loadfile("Wizard") >+loadfile("DbGrid") >+loadfile("Dnd") >+loadfile("HTML") >+loadfile("Font") >+loadfile("Notebook") >+loadfile("Mdi") >+loadfile("Grid") >+loadfile("HtmlListBox") > if (options["with-display"]) then >- include("Display") >+ loadfile("Display") > end >-include("Xrc") >-include("EventDemo") >-include("Listbook") >-include("SashWindow") >-include("Launcher") >-include("ListView") >-include("HtmlHelp") >-include("Internat") >-include("ListCtrl") >-include("Thread") >- >- >- >- >- >- >+loadfile("Xrc") >+loadfile("EventDemo") >+loadfile("Listbook") >+loadfile("SashWindow") >+loadfile("Launcher") >+loadfile("ListView") >+loadfile("HtmlHelp") >+loadfile("Internat") >+loadfile("ListCtrl") >+loadfile("Thread") >diff -ru wx.NET-0.7.2/Utils/premake.lua wx.NET-0.7.2-mine/Utils/premake.lua >--- wx.NET-0.7.2/Utils/premake.lua 2004-06-03 21:32:57.000000000 +0200 >+++ wx.NET-0.7.2-mine/Utils/premake.lua 2006-02-19 15:42:37.000000000 +0100 >@@ -4,5 +4,5 @@ > project.name = "Utils" > project.bindir = "../Bin" > >-include("TowxNET/Src") >-include("TowxNET/Src/RJH.CommandLineHelper") >+loadfile("TowxNET/Src") >+loadfile("TowxNET/Src/RJH.CommandLineHelper") >diff -ru wx.NET-0.7.2/premake.lua wx.NET-0.7.2-mine/premake.lua >--- wx.NET-0.7.2/premake.lua 2004-12-13 01:43:20.000000000 +0100 >+++ wx.NET-0.7.2-mine/premake.lua 2006-02-19 14:47:14.000000000 +0100 >@@ -7,10 +7,10 @@ > ----------------------------------------------------------------------- > -- Additional packages > >-option("enable-stc", "Enable StyledTextCtrl (wxStyledTextCtrl)") >+addoption("enable-stc", "Enable StyledTextCtrl (wxStyledTextCtrl)") > > ----------------------------------------------------------------------- > >-include("Src/wx-c") >-include("Src/wx.NET") >+loadfile("Src/wx-c") >+loadfile("Src/wx.NET") >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 71086
:
43879
|
43880
|
43909
|
45185
|
49777
|
49778
|
57952
|
64047
|
64048
|
64380
|
64381
|
80164
|
80166
|
80167
|
80168
| 80174 |
80207
|
80208
|
141145
|
141147