diff options
| author | Fabien Costantini <fabien@onepost.net> | 2010-03-22 06:31:05 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2010-03-22 06:31:05 +0000 |
| commit | 7b64bc866df64fb1f1e13a9794a19d265a55a0d0 (patch) | |
| tree | 73bc78c96f67e2980d1d983e23c0b2446a9e5c13 /ide | |
| parent | e85ff24c220c6d1d2a6159c90703cf9fbac790ea (diff) | |
Fixed vs2005 project dependencies, fixed bad file refs for recent projects added.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7316 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/vc2005/fltk.sln | 15 | ||||
| -rw-r--r-- | ide/vc2005/table.vcproj | 44 | ||||
| -rw-r--r-- | ide/vc2005/tree.vcproj | 44 |
3 files changed, 15 insertions, 88 deletions
diff --git a/ide/vc2005/fltk.sln b/ide/vc2005/fltk.sln index cc35cde15..c13cb71f4 100644 --- a/ide/vc2005/fltk.sln +++ b/ide/vc2005/fltk.sln @@ -86,6 +86,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curve", "curve.vcproj", "{2 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 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{6AD12326-904 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
diff --git a/ide/vc2005/table.vcproj b/ide/vc2005/table.vcproj index 1f1d82290..56db7997b 100644 --- a/ide/vc2005/table.vcproj +++ b/ide/vc2005/table.vcproj @@ -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>
diff --git a/ide/vc2005/tree.vcproj b/ide/vc2005/tree.vcproj index 2798943af..eb5e2f8ef 100644 --- a/ide/vc2005/tree.vcproj +++ b/ide/vc2005/tree.vcproj @@ -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>
|
