maoserr wrote:
> For nmake files, you can edit options by doing "nmake edit_cache" and it'll
> bring up a GUI
Sweet. That's good to know.
Hopefully there's a non-gui way, so that it can be automated
into scripts as a build command line flag.. I'll look into that too,
as I often have automated builds.
> I've used CMake before, I think the command you're looking for is:
> cmake -H"%SRC_FOLDER%" -B"%BINARY_FOLDER%" -G"%GENERATOR%"
Right; the -G was something I used quite a bit in my tests.
Writing the exe's to the "bin" directory is probably something
we can change as a default in the Cmake*.txt files, so that by
default the exe's write the way they do with the regular unix
build files (in ./test)
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev