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

46 lines
419 B
Batchfile
Raw Normal View History

2007-09-13 22:00:00 +02:00
@echo off
2007-09-14 22:00:00 +02:00
cd launch
2007-09-13 22:00:00 +02:00
cd bsplib
makefile.nmake
cd ..
cd credits
makefile.nmake
cd ..
cd dedicated
makefile.nmake
cd ..
cd editor
makefile.nmake
2007-09-19 22:00:00 +02:00
cd ..
cd imglib
makefile.nmake
2007-10-05 22:00:00 +02:00
cd ..
cd install
makefile.nmake
2007-10-22 22:00:00 +02:00
cd ..
cd roqlib
makefile.nmake
2007-09-13 22:00:00 +02:00
cd ..
cd qcclib
makefile.nmake
cd ..
cd sprite
makefile.nmake
cd ..
cd studio
makefile.nmake
cd ..
cd xash
makefile.nmake
pause