Login
placelibs.bat at [0ab8c75c49]
Login

File f-apps/msvc10/placelibs.bat artifact b3ef571889 part of check-in 0ab8c75c49


@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