I tried to compile Microwindows 0.92 with DJGPP. As far as I understand the documentation and the config.dj file this should be possible.
So I copied config.dj as config into the src directory, set NANOX=N plus NANOXDEMO=N to simplify things, and got the following message when running djgpp-make: E:\djgpp\mwin\src>make e:/djgpp/mwin/src/Makefile.rules:568: *** multiple target patterns. Stop. The line 568 is: .PHONY: subdirs $(dirs:%=subdir-%) DJGPP MAKE apparently does not know how to handle that line. So what can I do to compile 0.92 with DJGPP or should I give that no try at all? Using Microsoft-C I could compile version 0.88 after some changes to the makefile. I did not get Version 0.89 or later versions to compile using MSC. Georg