m0j0hn / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

Makefiles may be incomplete #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See http://code.google.com/p/editor-on-fire/source/detail?r=4

Now both the Linux and MinGW makefiles build utility.o, but
makefile.mingw_cross and makefile.macosx do not.  I do not know enough
about the target platforms to know if it would build without utility.c with
those makefiles, but it's possible that those makefiles won't successfully
build EOF.

Original issue reported on code.google.com by raynebc on 11 May 2010 at 12:53

GoogleCodeExporter commented 9 years ago
All makefiles should build the same source files. Not including "utility.c" in 
the 
build process will result in undefined references. I will update the 
mingw_cross and 
macosx makefiles. I may put all the common definitions in a separate file at 
some 
point so each platform makefile wouldn't have to be updated every time a source 
file 
is added or removed.

Original comment by xander4j...@yahoo.com on 11 May 2010 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by xander4j...@yahoo.com on 11 May 2010 at 3:38