This website requires JavaScript.
Explore
Help
Sign in
qf
/
quakeforge
Watch
0
Star
0
Fork
You've already forked quakeforge
0
mirror of
https://git.code.sf.net/p/quake/quakeforge
synced
2024-11-06 13:11:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b8127f7543
quakeforge
/
tools
/
qfcc
/
bootstrap
4 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. It sucks, but it works, and will form the basis for something that Does Not Suck.
2001-02-24 06:58:54 +00:00
#!/bin/sh
scary, but the only changes qfcc needed to build as part of quakeforge was to auto-substitued the libs and headers. o unconditionally build qfcc (for now, anyway) when building quakeforge (needed for cs-code compilation) o when built as part of quakeforge (qfcc should still be buildable independently) always enable cpp o autoconfiscate the client-side code o build the client-side code using the built qfcc o install the client-side code in $(datadir)/quakeforge/id1
2002-01-22 05:48:03 +00:00
cd `dirname $0`
QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. It sucks, but it works, and will form the basis for something that Does Not Suck.
2001-02-24 06:58:54 +00:00
aclocal && autoheader && automake --add-missing && autoconf
Reference in a new issue
Copy permalink