remove 64-bits stuff

This commit is contained in:
rdb 2011-04-15 08:18:54 +00:00
parent db5e5c6c5d
commit eccd694b29

View File

@ -10,19 +10,12 @@ set thirdparty=thirdparty
if defined MAKEPANDA_THIRDPARTY set thirdparty=%MAKEPANDA_THIRDPARTY% if defined MAKEPANDA_THIRDPARTY set thirdparty=%MAKEPANDA_THIRDPARTY%
if not exist makepanda\makepanda.py goto :missing1 if not exist makepanda\makepanda.py goto :missing1
if %PROCESSOR_ARCHITECTURE% == AMD64 goto :AMD64
if not exist %thirdparty%\win-python\python.exe goto :missing2 if not exist %thirdparty%\win-python\python.exe goto :missing2
%thirdparty%\win-python\python.exe makepanda\makepanda.py %* %thirdparty%\win-python\python.exe makepanda\makepanda.py %*
if errorlevel 1 if x%1 == x--slavebuild exit 1 if errorlevel 1 if x%1 == x--slavebuild exit 1
goto done goto done
:AMD64
if not exist %thirdparty%\win-python-x64\python.exe goto :missing2
%thirdparty%\win-python-x64\python.exe makepanda\makepanda.py %*
if errorlevel 1 if x%1 == x--slavebuild exit 1
goto done
:missing1 :missing1
echo You need to change directory to the root of the panda source tree echo You need to change directory to the root of the panda source tree
echo before invoking makepanda. For further install instructions, read echo before invoking makepanda. For further install instructions, read