From: <sv...@ww...> - 2005-02-14 13:10:24
|
Author: delta Date: 2005-02-14 05:10:16 -0800 (Mon, 14 Feb 2005) New Revision: 1470 Added: trunk/CSP/CSPSim/Tools/Layout/VisualStudio2003/Loader/ trunk/CSP/CSPSim/Tools/Layout/VisualStudio2003/Loader/Loader.vcproj Modified: trunk/CSP/CSPSim/CHANGES.current Log: * Added Loader vs project. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1470 Modified: trunk/CSP/CSPSim/CHANGES.current =================================================================== --- trunk/CSP/CSPSim/CHANGES.current 2005-02-09 12:58:32 UTC (rev 1469) +++ trunk/CSP/CSPSim/CHANGES.current 2005-02-14 13:10:16 UTC (rev 1470) @@ -1,6 +1,9 @@ Version 0.4.0 (in progress) =========================== +2005-02-14: delta + * Added Tools/Loader vs project. + 2005-02-09: delta * Added Include/Export.h Added: trunk/CSP/CSPSim/Tools/Layout/VisualStudio2003/Loader/Loader.vcproj =================================================================== --- trunk/CSP/CSPSim/Tools/Layout/VisualStudio2003/Loader/Loader.vcproj 2005-02-09 12:58:32 UTC (rev 1469) +++ trunk/CSP/CSPSim/Tools/Layout/VisualStudio2003/Loader/Loader.vcproj 2005-02-14 13:10:16 UTC (rev 1470) @@ -0,0 +1,113 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="Loader" + ProjectGUID="{8E5E75D5-0A46-40EB-AB25-676CA88EE05C}" + Keyword="MakeFileProj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="0"> + <Tool + Name="VCNMakeTool" + Output="Loader.exe"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="2"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(PYTHON_PATH)/include";../../../../..;../../../../../SimData/Include;../../../../Include" + PreprocessorDefinitions="WIN32" + RuntimeTypeInfo="TRUE" + WarningLevel="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="osg.lib _cSimData.lib osgDB.lib _cCSP.lib" + OutputFile="../../_c$(ProjectName).dll" + AdditionalLibraryDirectories="../../../../../SimData/SimData;../../../../Bin;"$(PYTHON_PATH)/libs"" + ImportLibrary="$(OutDir)/$_c(TargetName).lib"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + <File + RelativePath="..\..\cLoader_wrap.cpp"> + </File> + <File + RelativePath="..\..\Handle.cpp"> + </File> + <File + RelativePath="..\..\Loader.cpp"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + <File + RelativePath="..\..\cLayout_wrap.h"> + </File> + <File + RelativePath="..\..\Handle.h"> + </File> + <File + RelativePath="..\..\Loader.h"> + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> + </Filter> + <File + RelativePath="..\..\cLoader.i"> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCustomBuildTool" + CommandLine="$(SWIG_PATH)\swig -runtime -c++ -python -noexcept -I..\..\..\SimData\Include -I..\..\.. -o ..\..\$(InputName)_wrap.cpp ..\..\$(InputName).i +" + Outputs="..\..\$(InputName)_wrap.cpp"/> + </FileConfiguration> + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |