mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 19:25:46 -04:00
Change build to use simplecpp for preprocessing, as this does not munge
up the configuration file.
This commit is contained in:
parent
ca55f8f0a6
commit
a1511aac95
3 changed files with 176 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
WADS=wads
|
||||
CPP=/usr/bin/cpp
|
||||
CPP=scripts/simplecpp
|
||||
DEUTEX=deutex
|
||||
DEUTEX_BASIC_ARGS=-fullsnd -rate accept -rgb 0 255 255
|
||||
DEUTEX_ARGS=$(DEUTEX_BASIC_ARGS) -doom2 bootstrap/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue