Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
8f2785b3
Commit
8f2785b3
authored
Oct 17, 2014
by
Vinicius Jarina
Browse files
Fixed Windows builds on Jenkins (missing " on build .bat).
parent
0437ccbe
Changes
6
Show whitespace changes
Inline
Side-by-side
run_all.win32.35.bat
View file @
8f2785b3
erase
tests
\
*
.dll
erase
tests
\
*
.dll
cd
Core
\KeraLua
cd
Core
\KeraLua
call
Makefile
.Win32.bat
call
Makefile
.Win32.bat
msbuild
KeraLua
.Net35.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
USE_DYNAMIC_DLL_REGISTER
;
WSTRING
/p
:Platform
=
"Any CPU"
msbuild
KeraLua
.Net35.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"
USE_DYNAMIC_DLL_REGISTER;WSTRING
"
/p
:Platform
=
"Any CPU"
cd
..\..
cd
..\..
xcopy
Core
\KeraLua\external\lua\win32\bin\
*
.dll
tests
\
*
.dll
xcopy
Core
\KeraLua\external\lua\win32\bin\
*
.dll
tests
\
*
.dll
msbuild
NLua
.Net35.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS;NET_3_5"
/p
:Platform
=
"Any CPU"
msbuild
NLua
.Net35.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS;NET_3_5"
/p
:Platform
=
"Any CPU"
...
...
run_all.win32.40.bat
View file @
8f2785b3
erase
tests
\
*
.dll
erase
tests
\
*
.dll
cd
Core
\KeraLua
cd
Core
\KeraLua
call
Makefile
.Win32.bat
call
Makefile
.Win32.bat
msbuild
KeraLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
USE_DYNAMIC_DLL_REGISTER
;
WSTRING
/p
:Platform
=
"Any CPU"
msbuild
KeraLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"
USE_DYNAMIC_DLL_REGISTER;WSTRING
"
/p
:Platform
=
"Any CPU"
cd
..\..
cd
..\..
xcopy
Core
\KeraLua\external\lua\win32\bin\
*
.dll
tests
\
*
.dll
xcopy
Core
\KeraLua\external\lua\win32\bin\
*
.dll
tests
\
*
.dll
msbuild
NLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS"
/p
:Platform
=
"Any CPU"
msbuild
NLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS"
/p
:Platform
=
"Any CPU"
...
...
run_all.win32.bat
View file @
8f2785b3
erase
tests
\
*
.dll
erase
tests
\
*
.dll
cd
Core
\KeraLua
cd
Core
\KeraLua
call
Makefile
.Win32.bat
call
Makefile
.Win32.bat
msbuild
KeraLua
.Net45.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
USE_DYNAMIC_DLL_REGISTER
;
WSTRING
/p
:Platform
=
"Any CPU"
msbuild
KeraLua
.Net45.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"
USE_DYNAMIC_DLL_REGISTER;WSTRING
"
/p
:Platform
=
"Any CPU"
cd
..\..
cd
..\..
xcopy
Core
\KeraLua\external\lua\win32\bin\
*
.dll
tests
\
*
.dll
xcopy
Core
\KeraLua\external\lua\win32\bin\
*
.dll
tests
\
*
.dll
msbuild
NLua
.Net45.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS"
/p
:Platform
=
"Any CPU"
msbuild
NLua
.Net45.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS"
/p
:Platform
=
"Any CPU"
...
...
run_all.win64.35.bat
View file @
8f2785b3
erase
tests
\
*
.dll
erase
tests
\
*
.dll
cd
Core
\KeraLua
cd
Core
\KeraLua
call
Makefile
.Win64.bat
call
Makefile
.Win64.bat
msbuild
KeraLua
.Net35.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
USE_DYNAMIC_DLL_REGISTER
;
WSTRING
/p
:Platform
=
"Any CPU"
msbuild
KeraLua
.Net35.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"
USE_DYNAMIC_DLL_REGISTER;WSTRING
"
/p
:Platform
=
"Any CPU"
cd
..\..
cd
..\..
xcopy
Core
\KeraLua\external\lua\win64\bin64\
*
.dll
tests
\
*
.dll
xcopy
Core
\KeraLua\external\lua\win64\bin64\
*
.dll
tests
\
*
.dll
msbuild
NLua
.Net35.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS;NET_3_5"
/p
:Platform
=
"Any CPU"
msbuild
NLua
.Net35.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS;NET_3_5"
/p
:Platform
=
"Any CPU"
...
...
run_all.win64.40.bat
View file @
8f2785b3
erase
tests
\
*
.dll
erase
tests
\
*
.dll
cd
Core
\KeraLua
cd
Core
\KeraLua
call
Makefile
.Win64.bat
call
Makefile
.Win64.bat
msbuild
KeraLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
USE_DYNAMIC_DLL_REGISTER
;
WSTRING
/p
:Platform
=
"Any CPU"
msbuild
KeraLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"
USE_DYNAMIC_DLL_REGISTER;WSTRING
"
/p
:Platform
=
"Any CPU"
cd
..\..
cd
..\..
xcopy
Core
\KeraLua\external\lua\win64\bin64\
*
.dll
tests
\
*
.dll
xcopy
Core
\KeraLua\external\lua\win64\bin64\
*
.dll
tests
\
*
.dll
msbuild
NLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS"
/p
:Platform
=
"Any CPU"
msbuild
NLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS"
/p
:Platform
=
"Any CPU"
...
...
run_all.win64.bat
View file @
8f2785b3
erase
tests
\
*
.dll
erase
tests
\
*
.dll
cd
Core
\KeraLua
cd
Core
\KeraLua
call
Makefile
.Win64.bat
call
Makefile
.Win64.bat
msbuild
KeraLua
.Net45.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
USE_DYNAMIC_DLL_REGISTER
;
WSTRING
/p
:Platform
=
"Any CPU"
msbuild
KeraLua
.Net45.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"
USE_DYNAMIC_DLL_REGISTER;WSTRING
"
/p
:Platform
=
"Any CPU"
cd
..\..
cd
..\..
xcopy
Core
\KeraLua\external\lua\win64\bin64\
*
.dll
tests
\
*
.dll
xcopy
Core
\KeraLua\external\lua\win64\bin64\
*
.dll
tests
\
*
.dll
msbuild
NLua
.Net45.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS"
/p
:Platform
=
"Any CPU"
msbuild
NLua
.Net45.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
"USE_DYNAMIC_DLL_REGISTER;WSTRING;LUA_CORE;CATCH_EXCEPTIONS"
/p
:Platform
=
"Any CPU"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment