Include a couple more paths within the fte source tree for easier dependencies.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2914 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2008-02-11 22:41:48 +00:00
parent eff3e85911
commit 775e3d3311

View file

@ -5,7 +5,7 @@ REM I guess we should include our own copy of them.
set QuakeDir=\quake
set Q3SrcDir=\quake\quake3
set Path=%Q3SrcDir%\quake3-1.32b\lcc\bin;%Q3SrcDir%\quake3-1.32b\q3asm\debug
set Path=%Q3SrcDir%\quake3-1.32b\lcc\bin;%Q3SrcDir%\quake3-1.32b\q3asm\debug;..\..\..\lcc;..\..\..\q3asm2
set PluginsDir=%QuakeDir%\fte\plugins