diff options
Diffstat (limited to '')
-rw-r--r-- | src/xedkbuild.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xedkbuild.bat b/src/xedkbuild.bat index 451b2f82..375f1955 100644 --- a/src/xedkbuild.bat +++ b/src/xedkbuild.bat | |||
@@ -1,4 +1,4 @@ | |||
1 | @rem Script to build LuaJIT with the XBox 360 SDK. | 1 | @rem Script to build LuaJIT with the Xbox 360 SDK. |
2 | @rem Donated to the public domain. | 2 | @rem Donated to the public domain. |
3 | @rem | 3 | @rem |
4 | @rem Open a "Visual Studio .NET Command Prompt" (32 bit host compiler) | 4 | @rem Open a "Visual Studio .NET Command Prompt" (32 bit host compiler) |
@@ -77,7 +77,7 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c | |||
77 | 77 | ||
78 | @del *.obj *.manifest minilua.exe buildvm.exe | 78 | @del *.obj *.manifest minilua.exe buildvm.exe |
79 | @echo. | 79 | @echo. |
80 | @echo === Successfully built LuaJIT for XBox 360 === | 80 | @echo === Successfully built LuaJIT for Xbox 360 === |
81 | 81 | ||
82 | @goto :END | 82 | @goto :END |
83 | :BAD | 83 | :BAD |
@@ -88,5 +88,5 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c | |||
88 | @goto :END | 88 | @goto :END |
89 | :FAIL | 89 | :FAIL |
90 | @echo To run this script you must open a "Visual Studio .NET Command Prompt" | 90 | @echo To run this script you must open a "Visual Studio .NET Command Prompt" |
91 | @echo (32 bit host compiler). The XBox 360 SDK must be installed, too. | 91 | @echo (32 bit host compiler). The Xbox 360 SDK must be installed, too. |
92 | :END | 92 | :END |