From b70e5a30c14f7d540bb1c5982c27b8ccbf22d909 Mon Sep 17 00:00:00 2001 From: darkvater Date: Thu, 12 Aug 2004 22:06:56 +0000 Subject: (svn r33) -Executeable is now openttd(.exe) always -Resourcefile has been updated to 0.3.3.0 --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c72a38142..aa69baa72 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ EXE= endif # Set output executable names -TTD=ttd$(EXE) +TTD=openttd$(EXE) STRGEN=strgen/strgen$(EXE) OSXAPP="OpenTTD.app" @@ -542,8 +542,10 @@ rev.c: FORCE FORCE: +# ttd$(EXE) is removed just to make sure people execute the right binary (openttd$(EXE)) +# remove this for next release! clean: - rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS) + rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS) ttd$(EXE) mrproper: clean rm -rf $(MAKE_CONFIG) -- cgit v1.2.3-54-g00ecf