From e81e552655017509eba3a06d20b1cfc6e1030b3d Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 27 Nov 2005 03:09:45 +0000 Subject: [PATCH] A batch file that basically contains the paths to your various stuff. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1601 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- plugins/paths.bat | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/paths.bat diff --git a/plugins/paths.bat b/plugins/paths.bat new file mode 100644 index 000000000..938a0d10e --- /dev/null +++ b/plugins/paths.bat @@ -0,0 +1,15 @@ +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=\quake +set Q3SrcDir=\quake\quake3 +set Path=%Q3SrcDir%\quake3-1.32b\lcc\bin;%Q3SrcDir%\quake3-1.32b\q3asm\debug + +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=