1
0
Fork 0
forked from fte/fteqw
fteqw/plugins/paths.bat
Spoike 66b78c0b11 Work In Progress branch.
In this version: replacement GL backend. Replacement D3D backend sharing code with GL. Lots of code reorganisation.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3401 fc73d0e0-1445-4013-8a0c-d673dee63da5
2009-11-04 21:16:50 +00:00

15 lines
604 B
Batchfile

REM batch file that sets the path to your q3asm and lcc
REM building qvms is dependant upon the q3 source release.
REM the gpled version is safe to use, but you will need to compile your own q3asm.
REM I guess we should include our own copy of them.
set QuakeDir=h:\quake
set Q3SrcDir=h:\quakestuff\quake3
set Path=%Q3SrcDir%\quake3-1.32b\lcc\bin;%Q3SrcDir%\quake3-1.32b\q3asm\debug;..\..\..\lcc;..\..\..\q3asm2
set PluginsDir=%QuakeDir%\fte\plugins
REM we might as well remove some other things at the same time, so that we don't get conflicts with gcc and stuff.
set include=
set lib=
set MSDevDir=