Make these work, moodles.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1931 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-02-02 18:55:09 +00:00
parent 01b59ae643
commit 689cc00c34
2 changed files with 19 additions and 0 deletions

15
plugins/irc/compile.bat Normal file
View File

@ -0,0 +1,15 @@
@echo off
call ..\paths.bat
del vm\*.asm
rmdir vm
mkdir vm
cd vm
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g ../ircclient.c
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g ../plugin.c
lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g ../qvm_api.c
q3asm -f ../ircclient
cd ..
pause

View File

@ -0,0 +1,4 @@
-o "ircclient"
plugin
ircclient
qvm_api