View Single Post
compile the qvm for Quake3
Old
  (#1)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default compile the qvm for Quake3 - 17-06-2004

I have followed Id Software's instructions but I just keep getting this:

Code:
D:\Quake3\source\game>mkdir vm
A subdirectory or file vm already exists.

D:\Quake3\source\game>cd vm

D:\Quake3\source\game\vm>set cc=lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g 

-I..\
\cgame -I..\..\game -I..\..\ui

D:\Quake3\source\game\vm>lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g 

-I..\..\cgam
-I..\..\game -I..\..\ui   ../g_main.c
#line 1 "<stdin>"
...then no response. Dunno what happened.

edit: where are the backslashes ? this must be a bug of the forum

Last edited by Whistler; 17-06-2004 at 11:37..
  
Reply With Quote