Moved the appveyor script to a subfolder and updated it to properly choose Visual Studio 2012 and to create a post-build zip file.

This commit is contained in:
Alex Szpakowski
2015-06-28 21:39:56 -03:00
parent 74fd145fa9
commit af06203a4a
4 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ namespace lullaby
// Struct for handling data
struct SOggFile
{
char *dataPtr; // Pointer to the data in memory
const char *dataPtr; // Pointer to the data in memory
int dataSize; // Size of the data
int dataRead; // How much we've read so far
};