Added missing SConstruct.userlibs

This commit is contained in:
Bahadir Balban
2009-09-21 14:25:10 +03:00
parent 2e35b7a901
commit 73653bdc27
3 changed files with 45 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
int main(void)
{
printf("Hello World!\n");
return 0;
}