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/vc2005/table.vcproj | |
| 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/vc2005/table.vcproj')
| -rw-r--r-- | ide/vc2005/table.vcproj | 44 |
1 files changed, 0 insertions, 44 deletions
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>
|
