mirror of
https://github.com/fadden/ciderpress.git
synced 2024-12-21 14:30:02 +00:00
8e910b23ca
Many updates to format strings, largely as a result of changing various "long" variables to uint32_t. Fixed the diskimg debug macros for gcc, which requires an extra "##" to remove the "," when there are no arguments. (Apparently Visual Studio just strips this away for you.) Stripped out a couple of dead variables spotted by gcc. Return the actual error in a couple of HFS file functions.
25 lines
252 B
Plaintext
25 lines
252 B
Plaintext
# build product output directories
|
|
Debug
|
|
Release
|
|
|
|
# precompiled headers
|
|
ipch
|
|
|
|
# binaries generated by Visual Studio
|
|
CP.sdf
|
|
CP.opensdf
|
|
CP.v12.suo
|
|
*.aps
|
|
|
|
# linux binaries
|
|
*.o
|
|
diskimg/libdiskimg.a
|
|
diskimg/libhfs/libhfs.a
|
|
|
|
# ctags
|
|
tags
|
|
|
|
# generic
|
|
*~
|
|
*.swp
|