Upgrade to new build system

This commit is contained in:
Laurence Withers 2006-12-15 16:39:58 +00:00
commit 076e58ccd7
12 changed files with 165 additions and 67 deletions

View file

@ -1 +1 @@
c tests tests libCStreamedXML
tests c tests libCStreamedXML

View file

@ -8,11 +8,14 @@
#include "StreamedXML.h"
#include <stdio.h>
#include <string.h>
int main(int argc, char* argv[])
{
int ret = 0;
if(argc == 2 && !strcmp(argv[1], "--print-summary")) {
printf("One line summary.\n");
return 0;
@ -22,8 +25,6 @@ int main(int argc, char* argv[])
// empty argument list
}
int ret = 0;
// TODO
return ret;