Skip to content

Commit 742e155

Browse files
committed
Added packing scripts.
1 parent eb44715 commit 742e155

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

pack.cmd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
rem @echo off
2+
echo on
3+
call build && call :pack
4+
goto :EOF
5+
6+
:pack
7+
setlocal
8+
pushd "%~dp0\pkg"
9+
if not exist base\lib md base\lib
10+
copy ..\COPYING*.txt base > nul ^
11+
&& copy ..\lic base > nul ^
12+
&& copy ..\bin\Release base\lib > nul ^
13+
&& ..\tools\nuget pack nuspec.xml -b base

packw.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
call "%~dp0pack" %*
3+
pause

tools/NuGet.exe

286 KB
Binary file not shown.

0 commit comments

Comments
 (0)