Artifact b3ef571889eb48a414b97ee47ca7d89fc54d7eeb:
- File f-apps/msvc10/placelibs.bat — part of check-in [62fc412621] at 2014-10-01 06:10:09 on branch feech-dave-msvcsupport001 — added project configs for the f-apps for VC6 and DeveloperStudio-2010 (user: dave size: 400) [more...]
- File f-apps/msvc11/placelibs.bat — part of check-in [517c43c434] at 2014-10-02 01:27:33 on branch dave — added BUILDING document for the msvc builds. added DS2012 f-apps configs. (user: dave size: 400)
- File f-apps/msvc6/placelibs.bat — part of check-in [62fc412621] at 2014-10-01 06:10:09 on branch feech-dave-msvcsupport001 — added project configs for the f-apps for VC6 and DeveloperStudio-2010 (user: dave size: 400)
@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