IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Ionic Wind Support Team on October 26, 2005, 10:02:02 PM

Title: File extensions
Post by: Ionic Wind Support Team on October 26, 2005, 10:02:02 PM
Linux doesn't need file extensions since it considers them just part of the file name, Windows depends on them.  So to make things simple I think the extensions used by Aurora should be:

.src - a source file
.inc - an include file
.asm - the assembler output file, .a means something else in linux
.lib - A static or inport library on Windows
.a - A library in Linux.
.awp - Auroroa workspace (project file) ?

Title: Re: File extensions
Post by: Vikki on October 27, 2005, 08:07:34 AM
Looks good to me and makes sense. :)