Commit 4307641f authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #986 from evoskuil/master

Windows build/packaging updates.
parents 2d6f5b0e c1ac534e
@ECHO OFF @ECHO OFF
ECHO Started nuget packaging build. ECHO Started nuget packaging build.
ECHO. ECHO.
REM: http://www.nuget.org/packages/gslgen REM http://www.nuget.org/packages/gsl
gslgen -q -script:package.gsl package.config gsl -q -script:package.gsl package.config
ECHO. ECHO.
REM: http://nuget.codeplex.com/releases REM http://nuget.codeplex.com/releases
nuget pack package.nuspec -verbosity detailed nuget pack package.nuspec -verbosity detailed
ECHO. ECHO.
ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder." ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment