Chocolate Doom build scripts
Find a file
Simon Howard e68dca04e0 Add variable for doing out-of-tree builds.
Normally we run ./configure from within the build tree, but autotools
now allows doing out-of-tree builds by running configure while cd'ed
to a different directory. Add a config variable `AUTOTOOLS_BUILD_PATH`
to allow this on a per-package basis, and set this for the SDL2
package; SDL2 hg complains when doing in-tree builds because certain
files get clobbered.
2016-07-17 22:50:53 -04:00
chocpkg Add variable for doing out-of-tree builds. 2016-07-17 22:50:53 -04:00
pkgdef Add variable for doing out-of-tree builds. 2016-07-17 22:50:53 -04:00
.gitignore Remove pinning of a package to a PACKAGE_TYPE. 2016-03-05 15:15:50 -05:00
buildenv.sh Allow package overrides for default variant. 2016-06-15 19:26:20 -04:00
COPYING.md Add COPYING. 2016-02-25 20:23:01 -05:00
README.md Add README. 2016-02-16 23:02:20 -05:00

chocpkg is a set of shell scripts for building Chocolate Doom.