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
886c0e65
Commit
886c0e65
authored
Jul 08, 2013
by
Vinicius Jarina
Browse files
Fixed Win64 build
parent
7c3c7316
Changes
6
Hide whitespace changes
Inline
Side-by-side
KeraLua
@
a7cf97e6
Compare
0e3dd8c9
...
a7cf97e6
Subproject commit
0e3dd8c9cf04ef6f7bbef7d9605c925b40789343
Subproject commit
a7cf97e6611b34c12d97d698bfbe5d3dcd38e6d5
KopiLua
@
720fb208
Compare
43eb9013
...
720fb208
Subproject commit
43eb9013a102c75b33fb766e32c13b08c4d8a57b
Subproject commit
720fb20876832bd7a542dc600befc36c021a379d
Core/NLua/NLua.WP7.csproj
View file @
886c0e65
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<DebugType>
pdbonly
</DebugType>
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<Optimize>
true
</Optimize>
<OutputPath>
Bin\Release
</OutputPath>
<OutputPath>
Bin\Release
</OutputPath>
<DefineConstants>
TRACE;SILVERLIGHT;WINDOWS_PHONE
</DefineConstants>
<DefineConstants>
TRACE;SILVERLIGHT;WINDOWS_PHONE
;USE_KOPILUA
</DefineConstants>
<NoStdLib>
true
</NoStdLib>
<NoStdLib>
true
</NoStdLib>
<NoConfig>
true
</NoConfig>
<NoConfig>
true
</NoConfig>
<ErrorReport>
prompt
</ErrorReport>
<ErrorReport>
prompt
</ErrorReport>
...
...
run_all.win.kopilua.bat
0 → 100644
View file @
886c0e65
erase
tests
\
*
.dll
msbuild
NLua
.sln
/p
:Configuration
=
ReleaseKopiLua
cd
tests
/
nunit
-console
NLuaTest
.dll
/xml
=
$1
run_all.win32.bat
View file @
886c0e65
erase
tests
\
*
.dll
erase
tests
\
*
.dll
cd
Core
\KeraLua
cd
Core
\KeraLua
call
Makefile
.Win
32
.bat
call
Makefile
.Win
64
.bat
msbuild
KeraLua
.sln
/p
:Configuration
=
Release
msbuild
KeraLua
.sln
/p
:Configuration
=
Release
cd
..\..
cd
..\..
xcopy
Core
\KeraLua\external\lua\win
32
\bin\
*
.dll
tests
\
*
.dll
xcopy
Core
\KeraLua\external\lua\win
64
\bin\
*
.dll
tests
\
*
.dll
msbuild
NLua
.sln
/p
:Configuration
=
Release
msbuild
NLua
.sln
/p
:Configuration
=
Release
cd
tests
/
cd
tests
/
nunit
-console
NLuaTest
.dll
/xml
=
$1
nunit
-console
NLuaTest
.dll
/xml
=
$1
cd
..
cd
..
erase
tests
\
*
.dll
msbuild
NLua
.sln
/p
:Configuration
=
ReleaseKopiLua
cd
tests
/
nunit
-console
NLuaTest
.dll
/xml
=
$1
run_all.win64.bat
0 → 100644
View file @
886c0e65
erase
tests
\
*
.dll
cd
Core
\KeraLua
call
Makefile
.Win64.bat
msbuild
KeraLua
.sln
/p
:Configuration
=
Release
cd
..\..
xcopy
Core
\KeraLua\external\lua\win64\bin\
*
.dll
tests
\
*
.dll
msbuild
NLua
.sln
/p
:Configuration
=
Release
cd
tests
/
nunit
-console
NLuaTest
.dll
/xml
=
$1
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