ciderpress/reformat
Andy McFadden 98f098d421 Half-step toward VS2015 CE
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.
2016-01-11 11:33:41 -08:00
..
AWGS.cpp Fix subvol charset handling 2015-01-15 10:34:45 -08:00
AWGS.h More source code shuffling 2014-11-25 14:34:14 -08:00
AppleWorks.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
AppleWorks.h More source code shuffling 2014-11-25 14:34:14 -08:00
Asm.cpp Fix Merlin file formatting 2015-07-01 09:05:07 -07:00
Asm.h More source code shuffling 2014-11-25 14:34:14 -08:00
BASIC.cpp Handle carriage returns in REM statements 2015-01-21 13:40:28 -08:00
BASIC.h More source code shuffling 2014-11-25 14:34:14 -08:00
CPMFiles.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
CPMFiles.h More source code shuffling 2014-11-25 14:34:14 -08:00
Charset.cpp Fix subvol charset handling 2015-01-15 10:34:45 -08:00
Charset.h Simplify 2015-01-15 14:21:01 -08:00
Directory.cpp Fix some static analyzer quibbles 2014-12-02 17:55:19 -08:00
Directory.h More source code shuffling 2014-11-25 14:34:14 -08:00
Disasm.cpp Fix some static analyzer quibbles 2014-12-02 17:55:19 -08:00
Disasm.h More source code shuffling 2014-11-25 14:34:14 -08:00
DisasmTable.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
DoubleHiRes.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
DoubleHiRes.h More source code shuffling 2014-11-25 14:34:14 -08:00
DreamGrafix.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
HiRes.cpp Add LZ4FH support 2015-08-02 13:34:51 -07:00
HiRes.h Add LZ4FH support 2015-08-02 13:34:51 -07:00
MacPaint.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
MacPaint.h More source code shuffling 2014-11-25 14:34:14 -08:00
NiftyList.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
PascalFiles.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
PascalFiles.h More source code shuffling 2014-11-25 14:34:14 -08:00
PrintShop.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
PrintShop.h More source code shuffling 2014-11-25 14:34:14 -08:00
Reformat.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
Reformat.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
ReformatBase.cpp Fix subvol charset handling 2015-01-15 10:34:45 -08:00
ReformatBase.h Initialize fUseRTF to "true" 2016-01-11 10:53:32 -08:00
ResourceFork.cpp Fix display of invalid resource forks 2015-12-26 17:07:46 -08:00
ResourceFork.h More source code shuffling 2014-11-25 14:34:14 -08:00
Simple.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
Simple.h More source code shuffling 2014-11-25 14:34:14 -08:00
StdAfx.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
StdAfx.h Reimplement ChooseDirDialog 2015-01-13 13:25:34 -08:00
SuperHiRes.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
SuperHiRes.h More source code shuffling 2014-11-25 14:34:14 -08:00
Teach.cpp Fix subvol charset handling 2015-01-15 10:34:45 -08:00
Teach.h More source code shuffling 2014-11-25 14:34:14 -08:00
Text8.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
Text8.h More source code shuffling 2014-11-25 14:34:14 -08:00
reformat.vcxproj Half-step toward VS2015 CE 2016-01-11 11:33:41 -08:00
reformat.vcxproj.filters Fix subvol charset handling 2015-01-15 10:34:45 -08:00