Bug #566567: [Win32] Do not touch .scm-links on windows - always copy scm files

.scm files must be copied on windows because linking won't work.

Note: existing build directories will be fixed only after make clean.

Patch by C. Ernst.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17817 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2009-01-14 19:59:38 +00:00
parent 90b9c43266
commit 3fe13a6733
22 changed files with 66 additions and 0 deletions
+3
View File
@@ -23,7 +23,10 @@ if GNUCASH_SEPARATE_BUILDDIR
done
endif
( cd www; for A in $(gncscm_DATA) ; do $(LN_S) -f ../$$A . ; done )
if ! OS_WIN32
# Windows knows no "ln -s" but uses "cp": must copy every time (see bug #566567).
touch .scm-links
endif
clean-local:
$(RM) -rf www