The Quake III Arena sources as originally released under the GPL license on August 20, 2005.
This commit is contained in:
commit
dbe4ddb103
1409 changed files with 806066 additions and 0 deletions
14
code/installrelease.bat
Normal file
14
code/installrelease.bat
Normal file
|
@ -0,0 +1,14 @@
|
|||
cd game
|
||||
call game_ta
|
||||
call game
|
||||
cd ..\cgame
|
||||
call cgame_ta
|
||||
call cgame
|
||||
cd ..\ui
|
||||
call ui
|
||||
cd ..\q3_ui
|
||||
call q3_ui
|
||||
cd ..
|
||||
call closefiles
|
||||
copy release_ta\quake3.exe g:\quake3\quake3.exe
|
||||
call installvms
|
Loading…
Add table
Add a link
Reference in a new issue