Revision: 40519
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40519&view=rev
Author:   bob1961
Date:     2010-09-09 17:28:18 +0000 (Thu, 09 Sep 2010)

Log Message:
-----------
Added a project for tktable.

Added Paths:
-----------
    brlcad/trunk/misc/win32-msvc8/tktable/
    brlcad/trunk/misc/win32-msvc8/tktable/tktable.vcproj

Added: brlcad/trunk/misc/win32-msvc8/tktable/tktable.vcproj
===================================================================
--- brlcad/trunk/misc/win32-msvc8/tktable/tktable.vcproj                        
        (rev 0)
+++ brlcad/trunk/misc/win32-msvc8/tktable/tktable.vcproj        2010-09-09 
17:28:18 UTC (rev 40519)
@@ -0,0 +1,281 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+       ProjectType="Visual C++"
+       Version="8.00"
+       Name="tktable"
+       ProjectGUID="{20B5188B-0423-45FA-B97A-33266A9EC8FB}"
+       >
+       <Platforms>
+               <Platform
+                       Name="Win32"
+               />
+               <Platform
+                       Name="x64"
+               />
+       </Platforms>
+       <ToolFiles>
+       </ToolFiles>
+       <Configurations>
+               <Configuration
+                       Name="Release|Win32"
+                       OutputDirectory=".\$(PlatformName)\$(ConfigurationName)"
+                       
IntermediateDirectory=".\$(PlatformName)\$(ConfigurationName)"
+                       ConfigurationType="2"
+                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+                       UseOfMFC="0"
+                       ATLMinimizesCRunTimeLibraryUsage="false"
+                       CharacterSet="2"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                               PreprocessorDefinitions="NDEBUG"
+                               MkTypLibCompatible="true"
+                               SuppressStartupBanner="true"
+                               TargetEnvironment="1"
+                               
TypeLibraryName=".\$(PlatformName)\$(ConfigurationName)/tktable.tlb"
+                               HeaderFileName=""
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               Optimization="2"
+                               InlineFunctionExpansion="1"
+                               
AdditionalIncludeDirectories="../../../include;../../../src/other/tktable;../../../src/other/tcl/generic;../../../src/other/tk/generic;../../../src/other/tk/win;../../../src/other/tk/bitmaps;../../../src/other/tk/xlib"
+                               
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_BUILD;BUILD_Tktable;PACKAGE_VERSION=\&quot;2.10\&quot;;TBL_COMMAND=\&quot;table\&quot;;TBL_RUNTIME=\&quot;tkTable.tcl\&quot;;TBL_RUNTIME_DIR=\&quot;\&quot;;STDC_HEADERS=1;TCL_THREADS=1;USE_TCL_STUBS=1;USE_TK_STUBS=1;__WIN32__"
+                               StringPooling="true"
+                               BasicRuntimeChecks="0"
+                               RuntimeLibrary="2"
+                               EnableFunctionLevelLinking="true"
+                               TreatWChar_tAsBuiltInType="false"
+                               UsePrecompiledHeader="0"
+                               
PrecompiledHeaderFile=".\$(PlatformName)\$(ConfigurationName)/tktable.pch"
+                               
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)\"
+                               
ObjectFile="$(PlatformName)\$(ConfigurationName)\"
+                               
ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)\"
+                               WarningLevel="0"
+                               SuppressStartupBanner="true"
+                               Detect64BitPortabilityProblems="false"
+                               DebugInformationFormat="0"
+                               CompileAs="0"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                               PreprocessorDefinitions="NDEBUG"
+                               Culture="1033"
+                               AdditionalIncludeDirectories="../../../include"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="tclstub85.lib 
tkstub85.lib"
+                               
OutputFile="$(PlatformName)\$(ConfigurationName)/tktable.dll"
+                               LinkIncremental="1"
+                               SuppressStartupBanner="true"
+                               
AdditionalLibraryDirectories="&quot;../tclstub/$(PlatformName)\$(ConfigurationName)&quot;;&quot;../tkstub/$(PlatformName)\$(ConfigurationName)&quot;;../../../brlcadInstall/lib"
+                               IgnoreDefaultLibraryNames=""
+                               GenerateDebugInformation="false"
+                               
ProgramDatabaseFile=".\$(PlatformName)\$(ConfigurationName)/tktable.pdb"
+                               
ImportLibrary=".\$(PlatformName)\$(ConfigurationName)/tktable.lib"
+                               TargetMachine="1"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCManifestTool"
+                       />
+                       <Tool
+                               Name="VCXDCMakeTool"
+                       />
+                       <Tool
+                               Name="VCBscMakeTool"
+                       />
+                       <Tool
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCAppVerifierTool"
+                       />
+                       <Tool
+                               Name="VCWebDeploymentTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                               CommandLine="copy &quot;$(TargetPath)&quot; 
..\..\..\brlcadInstall\bin\Tktable2.10&#x0D;&#x0A;copy 
&quot;$(TargetDir)&quot;tktable.lib 
..\..\..\brlcadInstall\lib&#x0D;&#x0A;&#x0D;&#x0A;"
+                       />
+               </Configuration>
+               <Configuration
+                       Name="Release|x64"
+                       OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+                       
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+                       ConfigurationType="2"
+                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+                       UseOfMFC="0"
+                       ATLMinimizesCRunTimeLibraryUsage="false"
+                       CharacterSet="2"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                               PreprocessorDefinitions="NDEBUG"
+                               MkTypLibCompatible="true"
+                               SuppressStartupBanner="true"
+                               TargetEnvironment="3"
+                               
TypeLibraryName=".\$(PlatformName)\$(ConfigurationName)/tktable.tlb"
+                               HeaderFileName=""
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               Optimization="2"
+                               InlineFunctionExpansion="1"
+                               
AdditionalIncludeDirectories="../../../include;../../../src/other/tktable;../../../src/other/tcl/generic;../../../src/other/tk/generic;../../../src/other/tk/win;../../../src/other/tk/bitmaps;../../../src/other/tk/xlib"
+                               
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PACKAGE_VERSION=\&quot;2.10\&quot;;TBL_CMD=\&quot;table\&quot;;TBL_RUNTIME=\&quot;tkTable.tcl\&quot;;STDC_HEADERS=1;TCL_THREADS=1;USE_TCL_STUBS=1;USE_TK_STUBS=1"
+                               StringPooling="true"
+                               BasicRuntimeChecks="0"
+                               RuntimeLibrary="2"
+                               EnableFunctionLevelLinking="true"
+                               TreatWChar_tAsBuiltInType="false"
+                               UsePrecompiledHeader="0"
+                               
PrecompiledHeaderFile=".\$(PlatformName)\$(ConfigurationName)/tktable.pch"
+                               
AssemblerListingLocation=".\$(PlatformName)\$(ConfigurationName)/"
+                               
ObjectFile=".\$(PlatformName)\$(ConfigurationName)/"
+                               
ProgramDataBaseFileName=".\$(PlatformName)\$(ConfigurationName)/"
+                               WarningLevel="3"
+                               SuppressStartupBanner="true"
+                               Detect64BitPortabilityProblems="false"
+                               DebugInformationFormat="0"
+                               CompileAs="0"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                               PreprocessorDefinitions="NDEBUG"
+                               Culture="1033"
+                               AdditionalIncludeDirectories="../../../include"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="tclstub85.lib 
tkstub85.lib"
+                               
OutputFile="$(PlatformName)\$(ConfigurationName)/tktable.dll"
+                               LinkIncremental="1"
+                               SuppressStartupBanner="true"
+                               
AdditionalLibraryDirectories="&quot;../tclstub/$(PlatformName)\$(ConfigurationName)&quot;;&quot;../tkstub/$(PlatformName)\$(ConfigurationName)&quot;;&quot;../../../brlcadInstall$(PlatformName)/lib&quot;"
+                               IgnoreDefaultLibraryNames=""
+                               GenerateDebugInformation="false"
+                               
ProgramDatabaseFile=".\$(PlatformName)\$(ConfigurationName)/tktable.pdb"
+                               
ImportLibrary=".\$(PlatformName)\$(ConfigurationName)/tktable.lib"
+                               TargetMachine="17"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCManifestTool"
+                       />
+                       <Tool
+                               Name="VCXDCMakeTool"
+                       />
+                       <Tool
+                               Name="VCBscMakeTool"
+                       />
+                       <Tool
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCAppVerifierTool"
+                       />
+                       <Tool
+                               Name="VCWebDeploymentTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                               CommandLine="copy &quot;$(TargetPath)&quot; 
..\..\..\brlcadInstall$(PlatformName)\bin\Tktable2.10&#x0D;&#x0A;copy 
&quot;$(TargetDir)&quot;tktable.lib 
..\..\..\brlcadInstall$(PlatformName)\lib&#x0D;&#x0A;"
+                       />
+               </Configuration>
+       </Configurations>
+       <References>
+       </References>
+       <Files>
+               <Filter
+                       Name="Source Files"
+                       
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp"
+                       >
+                       <File
+                               
RelativePath="..\..\..\src\other\tktable\generic\tkTable.c"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\..\src\other\tktable\generic\tkTableCell.c"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\..\src\other\tktable\generic\tkTableCellSort.c"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\..\src\other\tktable\generic\tkTableCmds.c"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\..\src\other\tktable\generic\tkTableEdit.c"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\..\src\other\tktable\generic\tkTableTag.c"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\..\src\other\tktable\generic\tkTableUtil.c"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\..\src\other\tktable\generic\tkTableWin.c"
+                               >
+                       </File>
+               </Filter>
+               <Filter
+                       Name="Header Files"
+                       Filter="h;hpp;hxx;hm;inl;fi;fd"
+                       >
+               </Filter>
+               <Filter
+                       Name="Resource Files"
+                       
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+                       >
+               </Filter>
+       </Files>
+       <Globals>
+       </Globals>
+</VisualStudioProject>


Property changes on: brlcad/trunk/misc/win32-msvc8/tktable/tktable.vcproj
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to