forgot to add a file, fixed soem warning on 64bit
[supertux.git] / src / squirrel / Jamfile
index 91a00d6..2e7038e 100644 (file)
@@ -2,9 +2,7 @@ SubDir TOP src squirrel ;
 
 Library squirrel
     : [ Wildcard squirrel : *.cpp *.h ]
-      [ Wildcard sqstdlib : *.cpp *.h ]
+      [ Wildcard sqstdlib : *.cpp *.c *.h ]
     : noinstall
 ;
 IncludeDir squirrel : include ;
-C++Flags squirrel : -Wno-error -Wno-switch -Wno-uninitialized
--Wno-unused -Wno-parentheses -Wno-non-virtual-dtor -Wno-sign-compare ;