From 636d3367d5597736ebf87c4a811128650de09d5e Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 22 Sep 2012 10:37:47 +1000 Subject: BUILD: Remove separate engine dist files in Windows build and installer, since the engine dist files are already included in the Windows executable file. --- ports.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'ports.mk') diff --git a/ports.mk b/ports.mk index ed6781a1a9..4d7d6f6e60 100644 --- a/ports.mk +++ b/ports.mk @@ -224,9 +224,6 @@ win32dist: $(EXECUTABLE) mkdir -p $(WIN32PATH)/doc/se $(STRIP) $(EXECUTABLE) -o $(WIN32PATH)/$(EXECUTABLE) cp $(DIST_FILES_THEMES) $(WIN32PATH) -ifdef DIST_FILES_ENGINEDATA - cp $(DIST_FILES_ENGINEDATA) $(WIN32PATH) -endif cp $(srcdir)/AUTHORS $(WIN32PATH)/AUTHORS.txt cp $(srcdir)/COPYING $(WIN32PATH)/COPYING.txt cp $(srcdir)/COPYING.BSD $(WIN32PATH)/COPYING.BSD.txt -- cgit v1.2.3