typos corrected
authorbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 18 Oct 2003 12:42:28 +0000 (12:42 +0000)
committerbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 18 Oct 2003 12:42:28 +0000 (12:42 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2952 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/scripts/keil2sdcc.pl

index 07a982d3084a3a51acda2bc324757644aad7d4ad..a3ba657697998132fcad211df4cac15fe582a90b 100755 (executable)
@@ -5,10 +5,14 @@
 # 22 June 2003
 
 
-# usage:
-#    perl keilconv.pl < keil_header.h > sdcc_header.h
+# usage (UNIX):
+#    perl keil2sdcc.pl < keil_header.h > sdcc_header.h
 # or
-#    perl keilconv.pl keil_header.h > sdcc_header.h
+#    perl keil2sdcc.pl keil_header.h > sdcc_header.h
+#
+# usage (Windows):
+#    perl keil2sdcc.pl keil_header.h > sdcc_header.h
+#
 #
 # keil_header.h and sdcc_header.h must not be the same file since
 # most shells overwrite the output file before opening the input file.