Login
Artifact [b3ef571889]
Login

Artifact b3ef571889eb48a414b97ee47ca7d89fc54d7eeb:


@rem this copies built dlls into place so we can run/debug the f-apps
@rem run this after you have built the f-apps (the destination
@rem directories won't be there before you first build)
copy ..\..\Win32\Debug\libfossil.dll .\Win32\Debug
copy ..\..\Win32\Release\libfossil.dll .\Win32\Release
copy ..\..\x64\Debug\libfossil.dll .\x64\Debug
copy ..\..\x64\Release\libfossil.dll .\x64\Release