changeset 2221:9f336ce185fd

Update Unix make rules for clean and dist taking into account 3.1 changes. Also update the readme removing redundant and slightly inaccurate info.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 19 Dec 2020 00:15:49 +0000
parents 4020bdb806dc
children f1241b668611
files Makefile.in readme.txt
diffstat 2 files changed, 8 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu Dec 17 02:44:49 2020 +0000
+++ b/Makefile.in	Sat Dec 19 00:15:49 2020 +0000
@@ -155,6 +155,7 @@
 	rm -f *.a
 	rm -f $(DW_DIR)/*.o
 	rm -f dwtest
+	rm -rf dwtest.app
 
 $(SYSCONF_LINK_TARGET2): $(OBJECTS2)
 	$(SYSCONF_LINK_LIB2)
@@ -196,9 +197,10 @@
 	(cd $(srcdir)/..;ln -sf dwindows $(SRCDIR))
 	(cd $(srcdir)/..;tar -cvf - $(SRCDIR)/license.txt $(SRCDIR)/makefile.* $(SRCDIR)/readme.txt $(SRCDIR)/*.c $(SRCDIR)/dw.h $(SRCDIR)/dwcompat.h \
 	$(SRCDIR)/install.sh $(SRCDIR)/*.in $(SRCDIR)/configure $(SRCDIR)/Version \
-	$(SRCDIR)/ac*.m4 $(SRCDIR)/dwindows-config.1 $(SRCDIR)/config.sub $(SRCDIR)/config.guess \
-	$(SRCDIR)/gtk/*.c $(SRCDIR)/gtk/*.cpp $(SRCDIR)/win/*.c $(SRCDIR)/win/*.cpp $(SRCDIR)/os2/*.c  $(SRCDIR)/win/*.txt $(SRCDIR)/os2/*.txt \
-	$(SRCDIR)/gtk/*.xpm $(SRCDIR)/gtk3/*.c $(SRCDIR)/win/*.def $(SRCDIR)/os2/*.def $(SRCDIR)/image/test.* $(SRCDIR)/win/*.ico $(SRCDIR)/os2/*.ico \
+	$(SRCDIR)/ac*.m4 $(SRCDIR)/dwindows-config.1 $(SRCDIR)/config.sub $(SRCDIR)/config.guess $(SRCDIR)/image/test.* \
+	$(SRCDIR)/win/*.c $(SRCDIR)/win/*.cpp $(SRCDIR)/win/*.manifest $(SRCDIR)/win/*.txt $(SRCDIR)/win/*.def $(SRCDIR)/win/*.ico $(SRCDIR)/win/*.rc \
+	$(SRCDIR)/os2/*.c $(SRCDIR)/os2/*.txt $(SRCDIR)/os2/*.def $(SRCDIR)/os2/*.ico \
+	$(SRCDIR)/gtk/*.c $(SRCDIR)/gtk3/*.c $(SRCDIR)/gtk/*.xpm \
 	$(SRCDIR)/mac/Info.plist $(SRCDIR)/mac/PkgInfo $(SRCDIR)/mac/*.m $(SRCDIR)/mac/finishup.sh $(SRCDIR)/mac/*.png \
 	$(SRCDIR)/debian/control $(SRCDIR)/debian/rules $(SRCDIR)/debian/copyright $(SRCDIR)/debian/compat $(SRCDIR)/debian/changelog \
 	$(SRCDIR)/platform/*.h | gzip > $(SRCDIR).tar.gz )
--- a/readme.txt	Thu Dec 17 02:44:49 2020 +0000
+++ b/readme.txt	Sat Dec 19 00:15:49 2020 +0000
@@ -13,6 +13,7 @@
         64 and 32bit Intel with Notifications but no Dark Mode.
     10.6: configure --with-arch=classic --with-minver=10.5
         32bit PowerPC, 64bit and 32bit Intel classic support.
+        No Notifications, Dark Mode nor NSView container/trees.
 Windows:
     10: Visual Studio 2017-2019, WebView2 and WinToast.
         Should run on Vista and later, but sockpipe() only on 10.
@@ -21,9 +22,9 @@
         Should run on Vista and later, old sockpipe() on all.
     XP: Visual Studio 2010.  Old sockpipe() on all versions.
         Should run on XP and later, with Aero on Vista and 7.
-        No notifications or WebView2 and old sockpipe() on all.
+        No Notifications nor WebView2 and old sockpipe() on all.
     2000: Visual Studio 2005. Remove -DAEROGLASS from CFLAGS.
-        Should run on 2000 and later, no Aero, notifications, 
+        Should run on 2000 and later, no Aero, Notifications, 
         WebView2 and old sockpipe() on all versions.
 
 Known problems:
@@ -37,12 +38,6 @@
     minor bugs in entryfield based controls and major bugs in the MLE.
     The text displays properly but the cursor and selection jumps
     around oddly when passing over multibyte characters.
-Building for MacOS 10.14 or later may prevent apps from running on
-    earlier versions.  Building for versions prior to 10.14 should
-    work on any supported version but dark mode may not be available
-    for these apps running on 10.14 and later.  If you wish to support
-    dark mode I suggest building 2 versions, one for 64 bit intel 
-    only for 10.14 and later. Then a fat binary for prior to 10.14.
 
 Known limitations: