+Mon May 17 20:45:54 1999 Danilo Almeida <dalmeida@mit.edu>
+
+ * Makefile.in, wconfig.c: Rename config/windows.in to
+ config/win-pre.in.
+
Mon May 17 12:20:43 1999 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Remove win16 support for cleaner win32. Build
##DOS## $(CC) -Fe$@ -Fo$*.obj wconfig.c
##DOS##MKFDEP= $(WCONFIG_EXE) config\pre.in config\post.in \
-##DOS## config\windows.in config\win-post.in
+##DOS## config\win-pre.in config\win-post.in
##DOS##WCONFIG= $(WCONFIG_EXE) $(WCONFIG_FLAGS)
WINMAKEFILES=Makefile \
sed -f config/winexclude.sed >> macfile.list
dos-Makefile:
- cat config/windows.in Makefile.in config/win-post.in | \
+ cat config/win-pre.in Makefile.in config/win-post.in | \
sed -e "s/^##DOS##//" -e "s/^##DOS//" > Makefile
prep-windows: dos-Makefile awk-windows-mac
* The makefile.in files are constructed in such a way that all this
* program needs to do is uncomment lines beginning ##DOS by removing the
* first 5 characters of the line. This will allow lines like:
- * ##DOS!include windows.in to become: !include windows.in
+ * ##DOS!include win-pre.in to become: !include win-pre.in
*
* We also turn any line beginning with '@' into a blank line.
*
printf("WCONFIG_FLAGS=%s\n", wflags);
if (argc > 0)
- copy_file (*argv, "windows.in");
+ copy_file (*argv, "win-pre.in");
copy_file("", "-");