Dev talk:Building on Windows

From Synfig Studio :: Documentation
Revision as of 12:10, 19 September 2007 by Dooglus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Why does make_core.sh need to build everything twice?

It does this:

make package
mv ./synfig-*.exe ${CURRENT_DIR}/
make clean
make install prefix=${SYN_TEMP_INSTALL}/synfig-devel

won't the first and last lines both compile everything? Why is the 'make clean' there? Is it just because the prefix is different?