This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/launchers.bat

38 lines
346 B
Batchfile

@echo off
cd launch
cd bsplib
makefile.nmake
cd ..
cd credits
makefile.nmake
cd ..
cd dedicated
makefile.nmake
cd ..
cd editor
makefile.nmake
cd ..
cd imglib
makefile.nmake
cd ..
cd qcclib
makefile.nmake
cd ..
cd sprite
makefile.nmake
cd ..
cd studio
makefile.nmake
cd ..
cd xash
makefile.nmake
pause