From f6a410c1c23bb0cf75d218354cb1f7e21c420fb3 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 17 Oct 2017 18:29:14 -0200 Subject: Project support to 32 bits (Windows) Download via github release Gitignore update --- Project/Project.mk | 2 +- Project/Project.project | 45 +++++++++++++++++++++++++++++++++++++++++++-- Project/PropertiesForm.cpp | 2 +- Project/PropertiesForm.wxcp | 2 +- 4 files changed, 46 insertions(+), 5 deletions(-) (limited to 'Project') diff --git a/Project/Project.mk b/Project/Project.mk index 4aa8df3..b6cfdfa 100644 --- a/Project/Project.mk +++ b/Project/Project.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=NDSE-69 -Date :=11/10/2017 +Date :=17/10/2017 CodeLitePath :="C:/Program Files/CodeLite" LinkerName :=C:/TDM-GCC-64/bin/g++.exe SharedObjectLinkerName :=C:/TDM-GCC-64/bin/g++.exe -shared -fPIC diff --git a/Project/Project.project b/Project/Project.project index 091dde7..e07282c 100644 --- a/Project/Project.project +++ b/Project/Project.project @@ -2,7 +2,7 @@ - + @@ -275,7 +275,7 @@ - + @@ -356,5 +356,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + None + + + + + + + + + + + + + diff --git a/Project/PropertiesForm.cpp b/Project/PropertiesForm.cpp index bd09f3e..8d030ea 100644 --- a/Project/PropertiesForm.cpp +++ b/Project/PropertiesForm.cpp @@ -532,7 +532,7 @@ AboutFormBase::AboutFormBase(wxWindow* parent, wxWindowID id, const wxString& ti flexGridSizer247->Add(m_staticTextVersionLabel, 0, wxALL, WXC_FROM_DIP(5)); - m_staticTextVersion = new wxStaticText(this, wxID_ANY, _("Alpha 2017w41a"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0); + m_staticTextVersion = new wxStaticText(this, wxID_ANY, _("Alpha 2017w42b"), wxDefaultPosition, wxDLG_UNIT(this, wxSize(-1,-1)), 0); flexGridSizer247->Add(m_staticTextVersion, 0, wxALL, WXC_FROM_DIP(5)); diff --git a/Project/PropertiesForm.wxcp b/Project/PropertiesForm.wxcp index c3fc587..4cef2f5 100644 --- a/Project/PropertiesForm.wxcp +++ b/Project/PropertiesForm.wxcp @@ -5801,7 +5801,7 @@ }, { "type": "multi-string", "m_label": "Label:", - "m_value": "Alpha 2017w41a" + "m_value": "Alpha 2017w42b" }, { "type": "string", "m_label": "Wrap:", -- cgit