Difference between revisions of "Dev talk:Building on Windows"
From Synfig Studio :: Documentation
m |
m (moved Talk:Building on Windows to Dev talk:Building on Windows) |
(No difference)
| |
Latest revision as of 09:26, 19 February 2010
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?