]> git.sur5r.net Git - cc65/commitdiff
Fixed wrong reference
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 8 Oct 2004 15:51:18 +0000 (15:51 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 8 Oct 2004 15:51:18 +0000 (15:51 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3220 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/intro.sgml

index 51c7f567afacdcdb5e28dc4844247fc6c085664f..bfa9882f3650f57c675966dfecd8ca35da7ccbae 100644 (file)
@@ -40,9 +40,9 @@ separate steps work. How to do the example with the cl65 utility is described
 <sect1>Before we start<p>
 
 You will find a copy of the sample modules used in the next section in the
-samples/tutorial directory. Windows users will also find a small batch file in
-this directory named "cc65setup.bat". Be sure to examine and understand the
-commands in this file, then adjust them for your setup, and execute the file.
+samples/tutorial directory. Please check that the compiler and linker can
+find the include library files by setting the environment variables
+<tt/CC65_INC/ and <tt/CC65_LIB/ respectively.
 
 
 <sect1>The sample modules<p>