Mercurial > hg > aimc
comparison src/Support/FileList.cc @ 25:e361baf69120
-Added a bit of junk to try and build a bianry for OS X 10.4 in SConstruct
-Fixes to the FileList to build on linux - hopefully
author | tomwalters |
---|---|
date | Tue, 23 Feb 2010 21:51:11 +0000 |
parents | 491b1b1d1dc5 |
children | c5f5e9569863 |
comparison
equal
deleted
inserted
replaced
24:f7321fcaac7e | 25:e361baf69120 |
---|---|
24 * \author Thomas Walters <tom@acousticscale.org> | 24 * \author Thomas Walters <tom@acousticscale.org> |
25 * \date created 2010/02/23 | 25 * \date created 2010/02/23 |
26 * \version \$Id$ | 26 * \version \$Id$ |
27 */ | 27 */ |
28 | 28 |
29 #include <limits.h> | |
29 #include "Support/FileList.h" | 30 #include "Support/FileList.h" |
30 | 31 |
31 namespace aimc { | 32 namespace aimc { |
32 vector<pair<string, string> > FileList::Load(string filename) { | 33 vector<pair<string, string> > FileList::Load(string filename) { |
33 FILE* file_handle; | 34 FILE* file_handle; |