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!
|
||||
# =========================================================================
|
||||
|
||||
|
76
samples/propgrid/propgrid.dsw
Normal file
76
samples/propgrid/propgrid.dsw
Normal file
@@ -0,0 +1,76 @@
|
||||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||
|
||||
###############################################################################
|
||||
Project: "propgrid"=propgrid.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name propgrid
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name adv
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name core
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name base
|
||||
End Project Dependency
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "propgrid"=..\..\build\msw\wx_propgrid.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "adv"=..\..\build\msw\wx_adv.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
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/propgrid/propgrid_vc7.sln
Normal file
37
samples/propgrid/propgrid_vc7.sln
Normal file
@@ -0,0 +1,37 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "propgrid", "propgrid_vc7.vcproj", "{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}"
|
||||
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
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.DLL Universal Release|Win32.ActiveCfg = DLL Universal Release|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.DLL Universal Release|Win32.Build.0 = DLL Universal Release|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.DLL Universal Debug|Win32.ActiveCfg = DLL Universal Debug|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.DLL Universal Debug|Win32.Build.0 = DLL Universal Debug|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.Universal Release|Win32.ActiveCfg = Universal Release|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.Universal Release|Win32.Build.0 = Universal Release|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.Universal Debug|Win32.ActiveCfg = Universal Debug|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.Universal Debug|Win32.Build.0 = Universal Debug|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.Release|Win32.Build.0 = Release|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{6A7A28DD-C53E-50B0-B8E2-8D5A1D4206C7}.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/propgrid/propgrid_vc8.sln
Normal file
38
samples/propgrid/propgrid_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}") = "propgrid", "propgrid_vc8.vcproj", "{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}"
|
||||
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
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.DLL Universal Release|Win32.ActiveCfg = DLL Universal Release|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.DLL Universal Release|Win32.Build.0 = DLL Universal Release|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.DLL Universal Debug|Win32.ActiveCfg = DLL Universal Debug|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.DLL Universal Debug|Win32.Build.0 = DLL Universal Debug|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.DLL Release|Win32.ActiveCfg = DLL Release|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.DLL Release|Win32.Build.0 = DLL Release|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.DLL Debug|Win32.Build.0 = DLL Debug|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.Universal Release|Win32.ActiveCfg = Universal Release|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.Universal Release|Win32.Build.0 = Universal Release|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.Universal Debug|Win32.ActiveCfg = Universal Debug|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.Universal Debug|Win32.Build.0 = Universal Debug|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.Release|Win32.Build.0 = Release|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{67938AAC-80E6-5FE3-BA5F-1B02DB39DBAC}.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!
|
||||
|
||||
-->
|
||||
|
@@ -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