1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-15 22:30:04 +00:00
cuz 13a2927e17 The -A and --ansi switches are gone, together with the __STRICT_ANSI__
predefined macro. Instead there is now a command line option --standard that
allows to set c89, c99 or cc65 as language standard. The compiler defines a
macro __CC65_STD__ that is one of __CC65_STD_C89__, __CC65_STD_C99__ or
__CC65_STD_CC65__ depending on the command line option. Default is cc65 (all
extensions) as before.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3133 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-06-21 22:22:11 +00:00
..
2004-01-04 21:25:50 +00:00
2004-03-04 22:31:18 +00:00
2003-10-08 16:55:28 +00:00
2004-04-28 08:56:16 +00:00
2004-05-11 20:32:36 +00:00
2003-10-16 22:20:29 +00:00
2003-10-10 16:44:20 +00:00
2003-12-21 11:11:48 +00:00
2003-12-19 22:37:40 +00:00
2004-06-06 10:35:12 +00:00
2003-12-19 22:37:54 +00:00
2003-12-16 19:13:24 +00:00
2003-10-19 09:58:26 +00:00

If you have got the source package, see

	doc/compile.txt

for instructions how to compile the stuff for the different systems.


If you have a binary package: Have a look in the doc directory for
information on how to use the tools. If the doc dir is mostly empty,
you will have to install the (separate) documentation package. If you
are new to cc65, the file intro.txt may be of interest to you.

To avoid having to mess with paths, you may want to set the environment
variables

	       	CC65_LIB
	and    	CC65_INC

to the directory containing the libraries and the system include files
respectively. If you have installed cc65 in C:\cc65 (assuming a DOS or
Windows system), you should use

	       	set CC65_LIB=c:\cc65\lib
	and    	set CC65_INC=c:\cc65\include

Unix people probably know, how to translate these lines into the
appropriate Unix commands:-)

Have fun!


	Uz