summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 10:21:41 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 10:21:41 +0000
commitebea5ed843de0a358ce1d433fdecfd1d9ee51eab (patch)
treea20188a40efbee799f818d44446e55900b9271b6
parentba1d2d9fd929ed21a0be5e6ceaf413eb075470d2 (diff)
downloadcrawl-ref-ebea5ed843de0a358ce1d433fdecfd1d9ee51eab.tar.gz
crawl-ref-ebea5ed843de0a358ce1d433fdecfd1d9ee51eab.zip
Changed DOS makefile to use gxx instead of gpp; looks like gxx is more widely
used. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@129 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/makefile.dos2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.dos b/crawl-ref/source/makefile.dos
index 20da2cb19e..6a0c81e5aa 100644
--- a/crawl-ref/source/makefile.dos
+++ b/crawl-ref/source/makefile.dos
@@ -8,7 +8,7 @@ include makefile.obj
# need .exe so make will find the right file
APPNAME = crawl.exe
-CXX = gpp
+CXX = gxx
DELETE = del
COPY = copy
OS_TYPE = DOS