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-11 07:42:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
59e55834ed
quakeforge
/
bootstrap
3 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
Working on one common configure which lets nq and qw compile. There, needs a little clean up though.
2001-02-20 03:10:06 +00:00
#!/bin/sh
Shared library support. The util and gamecode libraries are now shared, and this clears the way for an external API for utilities and such. And yes, this means libtool is now used.
2001-03-29 09:07:44 +00:00
aclocal && autoheader && libtoolize --automake && automake --add-missing && autoconf
Reference in a new issue
Copy permalink