Author: fabien
Date: 2010-03-21 23:31:05 -0700 (Sun, 21 Mar 2010)
New Revision: 7316
Log:
Fixed vs2005 project dependencies, fixed bad file refs for recent projects
added.
Modified:
branches/branch-1.3/ide/vc2005/fltk.sln
branches/branch-1.3/ide/vc2005/table.vcproj
branches/branch-1.3/ide/vc2005/tree.vcproj
Modified: branches/branch-1.3/ide/vc2005/fltk.sln
===================================================================
--- branches/branch-1.3/ide/vc2005/fltk.sln 2010-03-22 06:17:47 UTC (rev
7315)
+++ branches/branch-1.3/ide/vc2005/fltk.sln 2010-03-22 06:31:05 UTC (rev
7316)
@@ -86,6 +86,11 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo", "demo.vcproj",
"{09427220-8C9C-498A-8D50-1638D3FB87E5}"
ProjectSection(ProjectDependencies) = postProject
+ {2C3FB329-620B-41A0-8845-A063C9EA8807} =
{2C3FB329-620B-41A0-8845-A063C9EA8807}
+ {33331FB8-2AF9-4D15-BEE3-5F69658A6F1F} =
{33331FB8-2AF9-4D15-BEE3-5F69658A6F1F}
+ {6E8E1663-B88D-4454-ADF2-279666A93306} =
{6E8E1663-B88D-4454-ADF2-279666A93306}
+ {F7974A9C-C255-4385-96BC-E24EE0816F7C} =
{F7974A9C-C255-4385-96BC-E24EE0816F7C}
+ {2D92C98B-F186-4BF0-A9D4-51D42C93F6E8} =
{2D92C98B-F186-4BF0-A9D4-51D42C93F6E8}
{1C1B5A00-5F5D-4290-A07B-8A5A4A78570A} =
{1C1B5A00-5F5D-4290-A07B-8A5A4A78570A}
{50651D04-C8F7-4C2B-B412-0848573BDF88} =
{50651D04-C8F7-4C2B-B412-0848573BDF88}
{8D8D210D-F628-48BB-9127-D8003DF22018} =
{8D8D210D-F628-48BB-9127-D8003DF22018}
@@ -473,10 +478,20 @@
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "table", "table.vcproj",
"{33331FB8-2AF9-4D15-BEE3-5F69658A6F1F}"
+ ProjectSection(ProjectDependencies) = postProject
+ {E070AAFC-9D03-41A3-BC7D-30887EA0D50F} =
{E070AAFC-9D03-41A3-BC7D-30887EA0D50F}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tree", "tree.vcproj",
"{2C3FB329-620B-41A0-8845-A063C9EA8807}"
+ ProjectSection(ProjectDependencies) = postProject
+ {E070AAFC-9D03-41A3-BC7D-30887EA0D50F} =
{E070AAFC-9D03-41A3-BC7D-30887EA0D50F}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "blocks", "blocks.vcproj",
"{2D92C98B-F186-4BF0-A9D4-51D42C93F6E8}"
+ ProjectSection(ProjectDependencies) = postProject
+ {E070AAFC-9D03-41A3-BC7D-30887EA0D50F} =
{E070AAFC-9D03-41A3-BC7D-30887EA0D50F}
+ {6E8E1663-B88D-4454-ADF2-279666A93306} =
{6E8E1663-B88D-4454-ADF2-279666A93306}
+ EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Modified: branches/branch-1.3/ide/vc2005/table.vcproj
===================================================================
--- branches/branch-1.3/ide/vc2005/table.vcproj 2010-03-22 06:17:47 UTC (rev
7315)
+++ branches/branch-1.3/ide/vc2005/table.vcproj 2010-03-22 06:31:05 UTC (rev
7316)
@@ -436,50 +436,6 @@
/>
</FileConfiguration>
</File>
- <File
- RelativePath="..\..\test\table.fl"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Create .cxx and .h file
with fluidd"
- CommandLine="cfluid /D
$(InputName).fl
"
- Outputs="../../test/$(InputName).cxx"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Create $(InputName).cxx
and $(InputName).h file with fluid"
- CommandLine="cfluid
$(InputName).fl
"
- Outputs="../../test/$(InputName).cxx"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Cairo|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Create .cxx and .h file
with fluidd"
- CommandLine="cfluid /D
$(InputName).fl
"
- Outputs="../../test/$(InputName).cxx"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Cairo|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Create .cxx and .h file
with fluid"
- CommandLine="cfluid
$(InputName).fl
"
- Outputs="../../test/$(InputName).cxx"
- />
- </FileConfiguration>
- </File>
</Files>
<Globals>
</Globals>
Modified: branches/branch-1.3/ide/vc2005/tree.vcproj
===================================================================
--- branches/branch-1.3/ide/vc2005/tree.vcproj 2010-03-22 06:17:47 UTC (rev
7315)
+++ branches/branch-1.3/ide/vc2005/tree.vcproj 2010-03-22 06:31:05 UTC (rev
7316)
@@ -436,50 +436,6 @@
/>
</FileConfiguration>
</File>
- <File
- RelativePath="..\..\test\tree.fl"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Create .cxx and .h file
with fluidd"
- CommandLine="cfluid /D
$(InputName).fl
"
- Outputs="../../test/$(InputName).cxx"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Create $(InputName).cxx
and $(InputName).h file with fluid"
- CommandLine="cfluid
$(InputName).fl
"
- Outputs="../../test/$(InputName).cxx"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Cairo|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Create .cxx and .h file
with fluidd"
- CommandLine="cfluid /D
$(InputName).fl
"
- Outputs="../../test/$(InputName).cxx"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Cairo|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Create .cxx and .h file
with fluid"
- CommandLine="cfluid
$(InputName).fl
"
- Outputs="../../test/$(InputName).cxx"
- />
- </FileConfiguration>
- </File>
</Files>
<Globals>
</Globals>
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit