Issue 7: recompiling
Status:  Fixed
Owner: ----
Closed:  May 2010
Reported by yanis.be...@gmail.com, Jan 22, 2010
What steps will reproduce the problem?
1. Create source file with more than 1 public class.
2. Compile the project.
3. Make some changes in one of classes.
3. Recompile project.

Every class file generated from our source file gets recompiled, when
expected that only changed one should be recompiled. It's harmless, but
takes some time. For example my unit tests get few times longer to recompile.

hxcpp 2.05.1, linux

It will be nice if this will be fixed, but isn't really important.
May 6, 2010
Project Member #1 gameh...@gmail.com
There should be code in there to prevent this.
CPP files will need recompilation if one of the headers change - this can happen for 
some minor reasons, such as the include order changing.
Also, it will recompile if you change your haxe -D defines.
Please confirm that a full recompile is happening.
Status: Fixed