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
297e9608
Commit
297e9608
authored
Jun 29, 2014
by
Vinicius Jarina
Browse files
[build] Fixed
https://github.com/NLua/NLua/issues/95
KopiLua directives was not defined.
parent
3e8a7be4
Changes
2
Hide whitespace changes
Inline
Side-by-side
run_all.win32.bat
View file @
297e9608
...
@@ -4,7 +4,7 @@ call Makefile.Win32.bat
...
@@ -4,7 +4,7 @@ call Makefile.Win32.bat
msbuild
KeraLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
WSTRING
/p
:Platform
=
"Any CPU"
msbuild
KeraLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
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
=
WSTRING
/p
:Platform
=
"Any CPU"
msbuild
NLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
WSTRING
;
LUA_CORE
;
CATCH_EXCEPTIONS
/p
:Platform
=
"Any CPU"
cd
tests
/
cd
tests
/
nunit
-console
NLuaTest
.dll
/xml
=
$1
nunit
-console
NLuaTest
.dll
/xml
=
$1
cd
..
cd
..
...
...
run_all.win64.bat
View file @
297e9608
...
@@ -4,7 +4,7 @@ call Makefile.Win64.bat
...
@@ -4,7 +4,7 @@ call Makefile.Win64.bat
msbuild
KeraLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
WSTRING
/p
:Platform
=
"Any CPU"
msbuild
KeraLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
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
=
WSTRING
/p
:Platform
=
"Any CPU"
msbuild
NLua
.Net40.sln
/p
:Configuration
=
Release
/p
:DefineConstants
=
WSTRING
;
LUA_CORE
;
CATCH_EXCEPTIONS
/p
:Platform
=
"Any CPU"
cd
tests
/
cd
tests
/
nunit
-console
NLuaTest
.dll
/xml
=
$1
nunit
-console
NLuaTest
.dll
/xml
=
$1
cd
..
cd
..
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