Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit c224ae3

Browse files
committed
Remove cruft
1 parent 88ba541 commit c224ae3

File tree

4,878 files changed

+268
-1004717
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,878 files changed

+268
-1004717
lines changed

build/build_gribapi.cmd

+1-92
Original file line numberDiff line numberDiff line change
@@ -53,57 +53,15 @@ taskkill /f /t /im nunit-agent-x86.exe /fi "memusage gt 2"
5353

5454
SET _OUT=/p:OutputPath="..\..\..\bin\x64\Release\"
5555

56-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%ext/lpng\projects\vstudio\zlib\zlib.vcxproj" /property:Configuration="%CONFIG%" /property:Platform="x64" %TV% /property:VCTargetsPath=%CRT% %REBUILD%
5756

58-
@ECHO OFF
59-
if ERRORLEVEL 1 (
60-
@ECHO ON
61-
ECHO BUILD FAILED
62-
EXIT /B 1
63-
)
64-
@ECHO ON
65-
66-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%ext/lpng\projects\vstudio\libpng\libpng.vcxproj" /property:Configuration="%CONFIG%" /property:Platform="x64" %TV% /property:VCTargetsPath=%CRT% %REBUILD%
57+
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%src\GribApi.NET\Grib.Api\Grib.Api.csproj" /property:Configuration="%CONFIG%" /property:Platform="AnyCPU" /tv:4.0 %REBUILD% /p:NoWarn="1591"
6758

6859
@ECHO OFF
6960
if ERRORLEVEL 1 (
7061
@ECHO ON
7162
ECHO BUILD FAILED
7263
EXIT /B 1
7364
)
74-
@ECHO ON
75-
76-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%ext/jasper-1.900.1/src/msvc\libjasper.vcxproj" /property:Configuration="%CONFIG%" /property:Platform="x64" %TV% /property:VCTargetsPath=%CRT% %REBUILD%
77-
78-
@ECHO OFF
79-
if ERRORLEVEL 1 (
80-
@ECHO ON
81-
ECHO BUILD FAILED
82-
EXIT /B 1
83-
)
84-
@ECHO ON
85-
86-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%ext/grib_api/windows/msvc/grib_api_lib/grib_api_lib.vcxproj" /property:Configuration="%CONFIG%" /property:Platform="x64" %TV% /property:VCTargetsPath=%CRT% %REBUILD%
87-
88-
@ECHO OFF
89-
if ERRORLEVEL 1 (
90-
@ECHO ON
91-
ECHO BUILD FAILED
92-
EXIT /B 1
93-
)
94-
@ECHO ON
95-
96-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%src\GribApi.NET\Grib.Api.Native\Grib.Api.Native.vcxproj" /property:Configuration="%CONFIG%" /property:Platform="x64" %TV% /property:VCTargetsPath=%CRT% /t:Clean,Build
97-
98-
@ECHO OFF
99-
if ERRORLEVEL 1 (
100-
@ECHO ON
101-
ECHO BUILD FAILED
102-
EXIT /B 1
103-
)
104-
@ECHO ON
105-
106-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%src\GribApi.NET\Grib.Api\Grib.Api.csproj" /property:Configuration="%CONFIG%" /property:Platform="AnyCPU" /tv:4.0 %REBUILD% /p:NoWarn="1591" /nowarn:1591
10765

10866
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%src\GribApi.NET\Grib.Api.Tests\Grib.Api.Tests.csproj" /property:Configuration="%CONFIG%" /property:Platform="x64" /tv:4.0 %REBUILD% /p:NoWarn="1591"
10967

@@ -128,55 +86,6 @@ if ERRORLEVEL 1 (
12886
SET _OUT=/p:OutputPath="..\..\..\bin\x86\Release\"
12987
@ECHO ON
13088

131-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%ext\lpng\projects\vstudio\zlib\zlib.vcxproj" /property:Configuration="%CONFIG%" /property:Platform="Win32" %TV% /property:VCTargetsPath=%CRT% %REBUILD%
132-
133-
@ECHO OFF
134-
if ERRORLEVEL 1 (
135-
@ECHO ON
136-
ECHO BUILD FAILED
137-
EXIT /B 1
138-
)
139-
@ECHO ON
140-
141-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%ext\lpng\projects\vstudio\libpng\libpng.vcxproj" /property:Configuration="%CONFIG%" /property:Platform="Win32" %TV% /property:VCTargetsPath=%CRT% %REBUILD%
142-
143-
@ECHO OFF
144-
if ERRORLEVEL 1 (
145-
@ECHO ON
146-
ECHO BUILD FAILED
147-
EXIT /B 1
148-
)
149-
@ECHO ON
150-
151-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%ext/jasper-1.900.1/src/msvc\libjasper.vcxproj" /property:Configuration="%CONFIG%" /property:Platform="Win32" %TV% /property:VCTargetsPath=%CRT% %REBUILD%
152-
153-
@ECHO OFF
154-
if ERRORLEVEL 1 (
155-
@ECHO ON
156-
ECHO BUILD FAILED
157-
EXIT /B 1
158-
)
159-
@ECHO ON
160-
161-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%ext/grib_api/windows/msvc/grib_api_lib/grib_api_lib.vcxproj" /property:Configuration="%CONFIG%" /property:Platform="Win32" %TV% /property:VCTargetsPath=%CRT% %REBUILD%
162-
163-
@ECHO OFF
164-
if ERRORLEVEL 1 (
165-
@ECHO ON
166-
ECHO BUILD FAILED
167-
EXIT /B 1
168-
)
169-
@ECHO ON
170-
171-
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%src\GribApi.NET\Grib.Api.Native\Grib.Api.Native.vcxproj" /property:Configuration="%CONFIG%" /property:Platform="Win32" %TV% /property:VCTargetsPath=%CRT% /t:Clean,Build
172-
173-
@ECHO OFF
174-
if ERRORLEVEL 1 (
175-
@ECHO ON
176-
ECHO BUILD FAILED
177-
EXIT /B 1
178-
)
179-
@ECHO ON
18089

18190
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%src\GribApi.NET\Grib.Api.Tests\Grib.Api.Tests.csproj" /property:Configuration="%CONFIG%" /property:Platform="x86" /tv:4.0 %REBUILD% /p:NoWarn="1591"
18291

build/build_nuget.cmd

+4-15
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,10 @@ SET _CONFIG=%2
55
if "%1"=="" SET _VERSION=0.0.0-beta
66
if "%2"=="" SET _CONFIG=Release
77

8-
xcopy %~dp0..\bin\x64\%_CONFIG%\Grib.Api.dll %~dp0..\nuget.package\lib\net40\ /S /Y /I /Q
9-
xcopy %~dp0..\bin\x64\%_CONFIG%\Grib.Api.pdb %~dp0..\nuget.package\lib\net40\ /S /Y /I /Q
10-
xcopy %~dp0..\bin\x64\%_CONFIG%\Grib.Api.xml %~dp0..\nuget.package\lib\net40\ /S /Y /I /Q
11-
xcopy %~dp0..\bin\x64\%_CONFIG%\Grib.Api\lib\win\x64\Grib.Api.Native.dll %~dp0..\nuget.package\Grib.Api\lib\win\x64\ /S /Y /I /Q
12-
xcopy %~dp0..\bin\x64\%_CONFIG%\Grib.Api\lib\win\x64\Grib.Api.Native.pdb %~dp0..\nuget.package\Grib.Api\lib\win\x64\ /S /Y /I /Q
13-
14-
xcopy %~dp0..\bin\x86\%_CONFIG%\Grib.Api.dll %~dp0..\nuget.package\lib\net40\ /S /Y /I /Q
15-
xcopy %~dp0..\bin\x86\%_CONFIG%\Grib.Api.pdb %~dp0..\nuget.package\lib\net40\ /S /Y /I /Q
16-
xcopy %~dp0..\bin\x86\%_CONFIG%\Grib.Api.xml %~dp0..\nuget.package\lib\net40\ /S /Y /I /Q
17-
xcopy %~dp0..\bin\x86\%_CONFIG%\Grib.Api\lib\win\x86\Grib.Api.Native.dll %~dp0..\nuget.package\Grib.Api\lib\win\x86\ /S /Y /I /Q
18-
xcopy %~dp0..\bin\x86\%_CONFIG%\Grib.Api\lib\win\x86\Grib.Api.Native.pdb %~dp0..\nuget.package\Grib.Api\lib\win\x86\ /S /Y /I /Q
19-
20-
xcopy %~dp0..\ext\grib_api\definitions %~dp0..\nuget.package\Grib.Api\definitions\ /S /d /I /Q /Y
21-
22-
xcopy %~dp0..\ext\grib_api\samples %~dp0..\nuget.package\Grib.Api\samples\ /S /d /I /Q /Y
8+
xcopy %~dp0..\bin\x64\%_CONFIG%\Grib.Api.dll %~dp0..\nuget.package\lib\net45\ /S /Y /I /Q
9+
xcopy %~dp0..\bin\x64\%_CONFIG%\Grib.Api.pdb %~dp0..\nuget.package\lib\net45\ /S /Y /I /Q
10+
xcopy %~dp0..\bin\x64\%_CONFIG%\Grib.Api.xml %~dp0..\nuget.package\lib\net45\ /S /Y /I /Q
11+
xcopy %~dp0..\bin\x64\%_CONFIG%\Grib.Api %~dp0..\nuget.package\Grib.Api\ /S /Y /I /Q
2312

2413
pushd %~dp0..\nuget.package
2514
nuget pack Grib.Api.nuspec -Version %_VERSION%

ext/freeglut-MSVC-3.0.0-2.mp.zip

-206 KB
Binary file not shown.

ext/freeglut/Copying.txt

-27
This file was deleted.

ext/freeglut/Readme.txt

-106
This file was deleted.

ext/freeglut/bin/freeglut.dll

-194 KB
Binary file not shown.

ext/freeglut/bin/x64/freeglut.dll

-230 KB
Binary file not shown.

ext/freeglut/include/GL/freeglut.h

-22
This file was deleted.

0 commit comments

Comments
 (0)