Skip to content

Commit

Permalink
Redesigning build sequence.
Browse files Browse the repository at this point in the history
  • Loading branch information
someone-with-default-username committed Aug 15, 2014
1 parent e210afc commit edb0265
Show file tree
Hide file tree
Showing 418 changed files with 20 additions and 82,089 deletions.
17 changes: 0 additions & 17 deletions Build-4.5.1.cmd

This file was deleted.

3 changes: 0 additions & 3 deletions Build-4.5.cmd

This file was deleted.

17 changes: 0 additions & 17 deletions BuildInstallerFast-4.5.1.cmd

This file was deleted.

5 changes: 0 additions & 5 deletions BuildInstallerFast-4.5.cmd

This file was deleted.

19 changes: 0 additions & 19 deletions BuildInstallerFull-4.5.1.cmd

This file was deleted.

5 changes: 0 additions & 5 deletions BuildInstallerFull-4.5.cmd

This file was deleted.

21 changes: 0 additions & 21 deletions DevBuild2StageWithTests-4.5.1.cmd

This file was deleted.

6 changes: 0 additions & 6 deletions DevBuild2StageWithTests-4.5.cmd

This file was deleted.

16 changes: 0 additions & 16 deletions DevBuildQuick-4.5.1.cmd

This file was deleted.

2 changes: 1 addition & 1 deletion DevBuildQuick-4.cmd → DevBuildQuick-VS2010.cmd
Expand Up @@ -3,5 +3,5 @@ set NoPause=true
%MSBuild% NemerleAll.nproj /target:DevBuildQuick /p:Configuration=Debug /verbosity:n /p:NTargetName=Build /tv:4.0 /p:TargetFrameworkVersion=v4.0

rem /verbosity:n /p:TargetName=Build
IF %errorlevel% == 0 call Reg-bins-2-4.0.cmd
IF %errorlevel% == 0 call Reg-bins-VS2010.cmd
pause
4 changes: 2 additions & 2 deletions DevBuildQuick-4.5.cmd → DevBuildQuick-VS2012.cmd
@@ -1,7 +1,7 @@
set MSBuild="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
set NoPause=true
%MSBuild% NemerleAll.nproj /target:DevBuildQuick /p:Configuration=Debug /verbosity:n /p:NTargetName=Build /tv:4.0 /p:TargetFrameworkVersion=v4.5
%MSBuild% NemerleAll.nproj /target:DevBuildQuick /p:Configuration=Debug /verbosity:n /p:NTargetName=Build /tv:4.0 /p:TargetFrameworkVersion=v4.0

rem /verbosity:n /p:TargetName=Build
IF %errorlevel% == 0 call Reg-bins-2-4.5.cmd
IF %errorlevel% == 0 call Reg-bins-VS2012.cmd
pause
7 changes: 7 additions & 0 deletions DevBuildQuick-VS2013.cmd
@@ -0,0 +1,7 @@
set MSBuild="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
set NoPause=true
%MSBuild% NemerleAll.nproj /target:DevBuildQuick /p:Configuration=Debug /verbosity:n /p:NTargetName=Build /tv:4.0 /p:TargetFrameworkVersion=v4.0

rem /verbosity:n /p:TargetName=Build
IF %errorlevel% == 0 call Reg-bins-VS2013.cmd
pause
15 changes: 0 additions & 15 deletions DevBuildQuick-ncc-4.5.1.cmd

This file was deleted.

2 changes: 1 addition & 1 deletion DevBuildQuick-ncc-4.cmd → DevBuildQuick-ncc-VS2010.cmd
Expand Up @@ -2,5 +2,5 @@ set MSBuild="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
set NoPause=true
%MSBuild% NemerleAll.nproj /target:DevBuildQuickNccOnly /p:Configuration=Debug /verbosity:n /p:NTargetName=Build /tv:4.0 /p:TargetFrameworkVersion=v4.0
rem /verbosity:n /p:TargetName=Build
IF %errorlevel% == 0 call Reg-bins-2-4.0.cmd
IF %errorlevel% == 0 call Reg-bins-VS2010.cmd
pause
4 changes: 2 additions & 2 deletions DevBuildQuick-ncc-4.5.cmd → DevBuildQuick-ncc-VS2012.cmd
@@ -1,6 +1,6 @@
set MSBuild="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
set NoPause=true
%MSBuild% NemerleAll.nproj /target:DevBuildQuickNccOnly /p:Configuration=Debug /verbosity:n /p:NTargetName=Build /tv:4.0 /p:TargetFrameworkVersion=v4.5
%MSBuild% NemerleAll.nproj /target:DevBuildQuickNccOnly /p:Configuration=Debug /verbosity:n /p:NTargetName=Build /tv:4.0 /p:TargetFrameworkVersion=v4.0
rem /verbosity:n /p:TargetName=Build
IF %errorlevel% == 0 call Reg-bins-2-4.5.cmd
IF %errorlevel% == 0 call Reg-bins-VS2012.cmd
pause
6 changes: 6 additions & 0 deletions DevBuildQuick-ncc-VS2013.cmd
@@ -0,0 +1,6 @@
set MSBuild="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
set NoPause=true
%MSBuild% NemerleAll.nproj /target:DevBuildQuickNccOnly /p:Configuration=Debug /verbosity:n /p:NTargetName=Build /tv:4.0 /p:TargetFrameworkVersion=v4.0
rem /verbosity:n /p:TargetName=Build
IF %errorlevel% == 0 call Reg-bins-VS2013.cmd
pause
19 changes: 0 additions & 19 deletions DevBuildQuickWithTests-4.5.1.cmd

This file was deleted.

4 changes: 0 additions & 4 deletions DevBuildQuickWithTests-4.5.cmd

This file was deleted.

14 changes: 1 addition & 13 deletions NemerleAll.nproj
Expand Up @@ -160,23 +160,11 @@
<NIntegrationProject Condition=" '$(Configuration)' != 'Debug' " Include="$(NRoot)\tools\Nemerle.Evaluation.nproj" />
</ItemGroup>

<ItemGroup Condition="'$(UseMSBuild)' != '' And '$(TargetFrameworkVersion)' == 'v4.0'">
<ItemGroup Condition="'$(UseMSBuild)' != '' And ('$(TargetFrameworkVersion)' == 'v4.0' Or '$(TargetFrameworkVersion)' == 'v4.5' Or '$(TargetFrameworkVersion)' == 'v4.5.1')">
<NIntegrationProject Include="$(NRoot)\snippets\VS2010\WpfHint\WpfHint.csproj" />
<NIntegrationProject Include="$(NRoot)\snippets\VS2010\Nemerle.Compiler.Utils\Nemerle.Compiler.Utils.csproj" />
<NIntegrationProject Include="$(NRoot)\snippets\VS2010\Nemerle.VisualStudio\Nemerle.VisualStudio.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(UseMSBuild)' != '' And '$(TargetFrameworkVersion)' == 'v4.5'">
<NIntegrationProject Include="$(NRoot)\snippets\VS2010\WpfHint\WpfHint.csproj" />
<NIntegrationProject Include="$(NRoot)\snippets\VS2010\Nemerle.Compiler.Utils\Nemerle.Compiler.Utils-VS-2012.csproj" />
<NIntegrationProject Include="$(NRoot)\snippets\VS2010\Nemerle.VisualStudio\Nemerle.VisualStudio-VS-2012.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(UseMSBuild)' != '' And '$(TargetFrameworkVersion)' == 'v4.5.1'">
<NIntegrationProject Include="$(NRoot)\snippets\VS2010\WpfHint\WpfHint.csproj" />
<NIntegrationProject Include="$(NRoot)\snippets\VS2010\Nemerle.Compiler.Utils\Nemerle.Compiler.Utils-VS-2013.csproj" />
<NIntegrationProject Include="$(NRoot)\snippets\VS2010\Nemerle.VisualStudio\Nemerle.VisualStudio-VS-2013.csproj" />
</ItemGroup>

<!--Initialize FX and SDK tools locations-->
<Target Name="InitTools">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit edb0265

Please sign in to comment.