rebaked using bakefile 0.2.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# =========================================================================
|
||||
# This makefile was generated by
|
||||
# Bakefile 0.2.4 (http://www.bakefile.org)
|
||||
# Bakefile 0.2.5 (http://www.bakefile.org)
|
||||
# Do not modify, all changes will be overwritten!
|
||||
# =========================================================================
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# =========================================================================
|
||||
# This makefile was generated by
|
||||
# Bakefile 0.2.4 (http://www.bakefile.org)
|
||||
# Bakefile 0.2.5 (http://www.bakefile.org)
|
||||
# Do not modify, all changes will be overwritten!
|
||||
# =========================================================================
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# =========================================================================
|
||||
# This makefile was generated by
|
||||
# Bakefile 0.2.4 (http://www.bakefile.org)
|
||||
# Bakefile 0.2.5 (http://www.bakefile.org)
|
||||
# Do not modify, all changes will be overwritten!
|
||||
# =========================================================================
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# =========================================================================
|
||||
# This makefile was generated by
|
||||
# Bakefile 0.2.4 (http://www.bakefile.org)
|
||||
# Bakefile 0.2.5 (http://www.bakefile.org)
|
||||
# Do not modify, all changes will be overwritten!
|
||||
# =========================================================================
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
# C++ compiler
|
||||
CXX ?= g++
|
||||
CXX = g++
|
||||
|
||||
# Standard flags for C++
|
||||
CXXFLAGS ?=
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# =========================================================================
|
||||
# This makefile was generated by
|
||||
# Bakefile 0.2.4 (http://www.bakefile.org)
|
||||
# Bakefile 0.2.5 (http://www.bakefile.org)
|
||||
# Do not modify, all changes will be overwritten!
|
||||
# =========================================================================
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# =========================================================================
|
||||
# This makefile was generated by
|
||||
# Bakefile 0.2.4 (http://www.bakefile.org)
|
||||
# Bakefile 0.2.5 (http://www.bakefile.org)
|
||||
# Do not modify, all changes will be overwritten!
|
||||
# =========================================================================
|
||||
|
||||
|
46
samples/wrapsizer/wrapsizer.dsw
Normal file
46
samples/wrapsizer/wrapsizer.dsw
Normal file
@@ -0,0 +1,46 @@
|
||||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||
|
||||
###############################################################################
|
||||
Project: "wrapsizer"=wrapsizer.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name core
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name base
|
||||
End Project Dependency
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "core"=..\..\build\msw\wx_core.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "base"=..\..\build\msw\wx_base.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
37
samples/wrapsizer/wrapsizer_vc7.sln
Normal file
37
samples/wrapsizer/wrapsizer_vc7.sln
Normal file
@@ -0,0 +1,37 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wrapsizer", "wrapsizer_vc7.vcproj", "{BEDB2313-A377-5ACF-AAC4-938317056353}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
DLL Universal Release|Win32 = DLL Universal Release|Win32
|
||||
DLL Universal Debug|Win32 = DLL Universal Debug|Win32
|
||||
DLL Release|Win32 = DLL Release|Win32
|
||||
DLL Debug|Win32 = DLL Debug|Win32
|
||||
Universal Release|Win32 = Universal Release|Win32
|
||||
Universal Debug|Win32 = Universal Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
Debug|Win32 = Debug|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.DLL Universal Release|Win32.ActiveCfg = DLL Universal Release|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.DLL Universal Release|Win32.Build.0 = DLL Universal Release|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.DLL Universal Debug|Win32.ActiveCfg = DLL Universal Debug|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.DLL Universal Debug|Win32.Build.0 = DLL Universal Debug|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.Universal Release|Win32.ActiveCfg = Universal Release|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.Universal Release|Win32.Build.0 = Universal Release|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.Universal Debug|Win32.ActiveCfg = Universal Debug|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.Universal Debug|Win32.Build.0 = Universal Debug|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.Release|Win32.Build.0 = Release|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{BEDB2313-A377-5ACF-AAC4-938317056353}.Debug|Win32.Build.0 = Debug|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<!--
|
||||
|
||||
This makefile was generated by
|
||||
Bakefile 0.2.4 (http://www.bakefile.org)
|
||||
Bakefile 0.2.5 (http://www.bakefile.org)
|
||||
Do not modify, all changes will be overwritten!
|
||||
|
||||
-->
|
||||
|
38
samples/wrapsizer/wrapsizer_vc8.sln
Normal file
38
samples/wrapsizer/wrapsizer_vc8.sln
Normal file
@@ -0,0 +1,38 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wrapsizer", "wrapsizer_vc8.vcproj", "{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
DLL Universal Release|Win32 = DLL Universal Release|Win32
|
||||
DLL Universal Debug|Win32 = DLL Universal Debug|Win32
|
||||
DLL Release|Win32 = DLL Release|Win32
|
||||
DLL Debug|Win32 = DLL Debug|Win32
|
||||
Universal Release|Win32 = Universal Release|Win32
|
||||
Universal Debug|Win32 = Universal Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
Debug|Win32 = Debug|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.DLL Universal Release|Win32.ActiveCfg = DLL Universal Release|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.DLL Universal Release|Win32.Build.0 = DLL Universal Release|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.DLL Universal Debug|Win32.ActiveCfg = DLL Universal Debug|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.DLL Universal Debug|Win32.Build.0 = DLL Universal Debug|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.Universal Release|Win32.ActiveCfg = Universal Release|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.Universal Release|Win32.Build.0 = Universal Release|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.Universal Debug|Win32.ActiveCfg = Universal Debug|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.Universal Debug|Win32.Build.0 = Universal Debug|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.Release|Win32.Build.0 = Release|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{3FF71DAE-977E-5B4A-A48C-B2DD45C969E4}.Debug|Win32.Build.0 = Debug|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<!--
|
||||
|
||||
This makefile was generated by
|
||||
Bakefile 0.2.4 (http://www.bakefile.org)
|
||||
Bakefile 0.2.5 (http://www.bakefile.org)
|
||||
Do not modify, all changes will be overwritten!
|
||||
|
||||
-->
|
||||
|
38
samples/wrapsizer/wrapsizer_vc9.sln
Normal file
38
samples/wrapsizer/wrapsizer_vc9.sln
Normal file
@@ -0,0 +1,38 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wrapsizer", "wrapsizer_vc9.vcproj", "{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
DLL Universal Release|Win32 = DLL Universal Release|Win32
|
||||
DLL Universal Debug|Win32 = DLL Universal Debug|Win32
|
||||
DLL Release|Win32 = DLL Release|Win32
|
||||
DLL Debug|Win32 = DLL Debug|Win32
|
||||
Universal Release|Win32 = Universal Release|Win32
|
||||
Universal Debug|Win32 = Universal Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
Debug|Win32 = Debug|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.DLL Universal Release|Win32.ActiveCfg = DLL Universal Release|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.DLL Universal Release|Win32.Build.0 = DLL Universal Release|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.DLL Universal Debug|Win32.ActiveCfg = DLL Universal Debug|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.DLL Universal Debug|Win32.Build.0 = DLL Universal Debug|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.Universal Release|Win32.ActiveCfg = Universal Release|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.Universal Release|Win32.Build.0 = Universal Release|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.Universal Debug|Win32.ActiveCfg = Universal Debug|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.Universal Debug|Win32.Build.0 = Universal Debug|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.Release|Win32.Build.0 = Release|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{2B5544D1-6D48-5FA4-AF23-5C74578FC8AE}.Debug|Win32.Build.0 = Debug|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<!--
|
||||
|
||||
This makefile was generated by
|
||||
Bakefile 0.2.4 (http://www.bakefile.org)
|
||||
Bakefile 0.2.5 (http://www.bakefile.org)
|
||||
Do not modify, all changes will be overwritten!
|
||||
|
||||
-->
|
||||
|
Reference in New Issue
Block a user