Browse Source

Updated the build files to the new changes.

pull/1/head
triton 13 years ago
parent
commit
9fb449bc10
  1. 16
      build/cxxi.sln
  2. 4
      build/vs2010/Parser.vcxproj
  3. 7
      build/vs2010/Parser.vcxproj.filters
  4. 1
      src/Generator/Generator.csproj
  5. 5
      src/Generator/Generator.csproj.user

16
build/cxxi.sln

@ -22,6 +22,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator", "..\src\Generat @@ -22,6 +22,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator", "..\src\Generat
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Runtime", "..\src\Runtime\Runtime.csproj", "{6EE1E3FF-B737-4874-B7BC-D1B5297E162C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSDL", "..\bin\gen\build\NSDL\NSDL.csproj", "{77BA1CDF-2DA3-451A-8E4A-A9074236140A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -131,6 +133,20 @@ Global @@ -131,6 +133,20 @@ Global
{6EE1E3FF-B737-4874-B7BC-D1B5297E162C}.Release|Win32.Build.0 = Release|x86
{6EE1E3FF-B737-4874-B7BC-D1B5297E162C}.Release|x86.ActiveCfg = Release|x86
{6EE1E3FF-B737-4874-B7BC-D1B5297E162C}.Release|x86.Build.0 = Release|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Debug|Any CPU.ActiveCfg = Debug|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Debug|Mixed Platforms.Build.0 = Debug|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Debug|Win32.ActiveCfg = Debug|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Debug|Win32.Build.0 = Debug|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Debug|x86.ActiveCfg = Debug|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Debug|x86.Build.0 = Debug|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Release|Any CPU.ActiveCfg = Release|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Release|Mixed Platforms.ActiveCfg = Release|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Release|Mixed Platforms.Build.0 = Release|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Release|Win32.ActiveCfg = Release|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Release|Win32.Build.0 = Release|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Release|x86.ActiveCfg = Release|x86
{77BA1CDF-2DA3-451A-8E4A-A9074236140A}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

4
build/vs2010/Parser.vcxproj

@ -65,7 +65,7 @@ @@ -65,7 +65,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<ProgramDataBaseFileName>$(OutDir)Parser_d.pdb</ProgramDataBaseFileName>
<ExceptionHandling>false</ExceptionHandling>
<AdditionalUsingDirectories>C:\Development\cxxi\bin;%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
<AdditionalUsingDirectories>$(TargetDir);%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@ -118,8 +118,6 @@ @@ -118,8 +118,6 @@
<ClInclude Include="..\..\src\Parser\Parser.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\Parser\Helpers.cpp">
</ClCompile>
<ClCompile Include="..\..\src\Parser\Main.cpp">
</ClCompile>
<ClCompile Include="..\..\src\Parser\Parser.cpp">

7
build/vs2010/Parser.vcxproj.filters

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="src">
@ -24,9 +24,6 @@ @@ -24,9 +24,6 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\Parser\Helpers.cpp">
<Filter>src\Parser</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Parser\Main.cpp">
<Filter>src\Parser</Filter>
</ClCompile>
@ -34,4 +31,4 @@ @@ -34,4 +31,4 @@
<Filter>src\Parser</Filter>
</ClCompile>
</ItemGroup>
</Project>
</Project>

1
src/Generator/Generator.csproj

@ -57,6 +57,7 @@ @@ -57,6 +57,7 @@
<Compile Include="Options.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SDL.cs" />
<Compile Include="Templates\CSharpModule.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>

5
src/Generator/Generator.csproj.user

@ -3,6 +3,9 @@ @@ -3,6 +3,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
<StartArguments>--debug --ns=SDL -outdir=gen/build/NSDL SDL/SDL.h</StartArguments>
<StartWorkingDirectory>C:\Development\cxxi\bin\</StartWorkingDirectory>
<StartWorkingDirectory>C:\Development\cxxi2\bin\</StartWorkingDirectory>
</PropertyGroup>
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
</PropertyGroup>
</Project>
Loading…
Cancel
Save