
build
 linux          - Makefile to build on linux
                - virtualbox.txt which describes how to setup, build
                  and run on a virtual machine (running linux)
 mac            - XCode 4 project files to build and run on mac
 windows        - VS Project files for many versions of VS, to build and
                  run on windows
                - galaxyv2.iss, which builds the release setup package 
                  with Inno Setup (http://www.jrsoftware.org/isinfo.php)
                - build_release_files.bat, which builds the release zip
                  packages and it also builds the output from galaxyv2.iss

exe             - executable files for windows, linux and mac
                - data folder is common for all versions
ext_include     - external includes for windows, linux and mac
                  with the exception of mac/fs*.* files
                  which are based on fssimplewindow but extended
                  for this project

lib             - external libs for windows, linux and mac

other
 fnt_comp       - font compiler project source files
 img_cut        - image cutter project source files
 res_comp       - resource compiler project source files
 zip_exec       - zip executable flag fix project source files
 resource_files - files to compile into resource.dat with res_comp
 web            - files for the website www.galaxy-forces.com
 web_replay     - java applet project for showing replays on the website
                  [obsolete]
 web_replay2    - dart/webgl project for showing replays on the website
 web_play       - dart/webgl project for playing single player on the website
                  no hiscore or replay, just use to test playing quickly
 graphics.zip   - various graphics files in "in progress" state

src
 common         - common source files for all projects
 graph          - common source files for handling graphics
 editor         - editor project source files
 galaxyv2       - galaxyv2 project source files
 server         - galaxyv2 server project source files
