diff -r 165b36273ce7 -r e80882a6af57 squishy --- a/squishy Thu May 27 04:01:04 2010 +0100 +++ b/squishy Thu May 27 04:01:36 2010 +0100 @@ -37,6 +37,11 @@ Resource "vio" "vio/vio.lua" end +if GetOption "with-gzip" then + Resource "gunzip.lua" "gunzip.lua" + Main "gzip/squish.gzip.lua" +end + if GetOption "with-debug" then Resource "squish.debug" "squish.debug" end