mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 05:41:52 +00:00
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:
parent
eff3e85911
commit
775e3d3311
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue