mirror of
https://github.com/fadden/ciderpress.git
synced 2024-10-31 16:04:54 +00:00
98f098d421
When initially opened in Visual Studio 2015 Community Edition, the project was updated to use the v140_xp toolset. When the program was run under WinXP it complained about a missing runtime DLL. When the DLL was provided, it complained about another one (with a slightly strange name). So I reverted the tools to v120_xp, i.e. Visual Studio 2013. (I don't know if this works because the tools are included with VS2015, or because I have VS2013 installed and it managed to find them.) Whatever the case, it now builds for me with either IDE, and seems to work fine on Windows XP, but I'd like to figure out why the XP build isn't working with the v140_xp tools.
29 lines
315 B
Plaintext
29 lines
315 B
Plaintext
# build product output directories (top-level and component)
|
|
Debug
|
|
Release
|
|
|
|
# precompiled headers
|
|
ipch
|
|
|
|
# binaries generated by Visual Studio
|
|
CP.sdf
|
|
CP.opensdf
|
|
CP.v12.suo
|
|
*.aps
|
|
.vs/
|
|
|
|
# installer binary
|
|
DIST/Setup*.exe
|
|
|
|
# linux binaries
|
|
*.o
|
|
diskimg/libdiskimg.a
|
|
diskimg/libhfs/libhfs.a
|
|
|
|
# ctags
|
|
tags
|
|
|
|
# VIM
|
|
*~
|
|
*.swp
|