mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
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:
parent
01b59ae643
commit
689cc00c34
2 changed files with 19 additions and 0 deletions
15
plugins/irc/compile.bat
Normal file
15
plugins/irc/compile.bat
Normal 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
|
4
plugins/irc/ircclient.q3asm
Normal file
4
plugins/irc/ircclient.q3asm
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
-o "ircclient"
|
||||||
|
plugin
|
||||||
|
ircclient
|
||||||
|
qvm_api
|
Loading…
Reference in a new issue