From ebea5ed843de0a358ce1d433fdecfd1d9ee51eab Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 26 Sep 2006 10:21:41 +0000 Subject: 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 --- crawl-ref/source/makefile.dos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref') 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 -- cgit v1.2.3-54-g00ecf