summaryrefslogtreecommitdiff
path: root/src/xedkbuild.bat
diff options
context:
space:
mode:
authorMike Pall <mike>2013-02-13 11:57:04 +0100
committerMike Pall <mike>2013-02-13 11:57:04 +0100
commitc7f0b6bca05c124d764c6f3b4de889a460212f55 (patch)
tree3a441044f913ec3956bd5b0cc057d5ae0f395971 /src/xedkbuild.bat
parent4e35c025dcb7a1d9ed90c9cfec6378ac2489a641 (diff)
downloadluajit-c7f0b6bca05c124d764c6f3b4de889a460212f55.tar.gz
luajit-c7f0b6bca05c124d764c6f3b4de889a460212f55.tar.bz2
luajit-c7f0b6bca05c124d764c6f3b4de889a460212f55.zip
Fix capitalization of 'Xbox'.
Diffstat (limited to 'src/xedkbuild.bat')
-rw-r--r--src/xedkbuild.bat6
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