|
@@ -13,6 +13,10 @@
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
#
|
|
#
|
|
|
|
|
|
|
|
+# Warning: this file contains TAB (#9) characters that are required for
|
|
|
|
+# make. Make sure you use an editor that does not replace TABs with
|
|
|
|
+# spaces, or the makefile won't work anymore after you save.
|
|
|
|
+
|
|
#####################################################################
|
|
#####################################################################
|
|
# Start of configurable section.
|
|
# Start of configurable section.
|
|
# Please note that all these must be set in the main makefile, and
|
|
# Please note that all these must be set in the main makefile, and
|
|
@@ -226,7 +230,10 @@ include $(CFG)/makefile.def
|
|
|
|
|
|
#
|
|
#
|
|
# $Log$
|
|
# $Log$
|
|
-# Revision 1.3 1998-10-27 15:14:03 pierre
|
|
|
|
|
|
+# Revision 1.4 1998-11-24 19:51:21 jonas
|
|
|
|
+# + added warning about TABs
|
|
|
|
+#
|
|
|
|
+# Revision 1.3 1998/10/27 15:14:03 pierre
|
|
# * update sys_os2 so that it compiles with current RTL
|
|
# * update sys_os2 so that it compiles with current RTL
|
|
# (do_isdevice might be wrong !! Daniel could you check this !!)
|
|
# (do_isdevice might be wrong !! Daniel could you check this !!)
|
|
# * fixed makefile (works from go32v2 compiler)
|
|
# * fixed makefile (works from go32v2 compiler)
|
|
@@ -239,4 +246,4 @@ include $(CFG)/makefile.def
|
|
# Revision 1.1 1998/09/10 14:17:51 peter
|
|
# Revision 1.1 1998/09/10 14:17:51 peter
|
|
# -renamed
|
|
# -renamed
|
|
#
|
|
#
|
|
-#
|
|
|
|
|
|
+#
|