mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-28 10:37:12 +02:00
Initial ZMQ bindings.
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
@ECHO OFF
|
||||
ECHO Started nuget packaging build.
|
||||
ECHO.
|
||||
REM http://www.nuget.org/packages/gsl
|
||||
gsl -q -script:package.gsl package.config
|
||||
ECHO.
|
||||
REM http://nuget.codeplex.com/releases
|
||||
nuget pack package.nuspec -verbosity detailed
|
||||
ECHO.
|
||||
ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder."
|
||||
ECHO.
|
||||
ECHO Completed nuget packaging build. The package is in the following folder:
|
||||
CD
|
||||
PAUSE
|
||||
Reference in New Issue
Block a user