Comparison

squishy @ 134:2101acbb27c4

squishy: Use --internal-bit-module to squish with the pure-Lua bit library
author Matthew Wild <mwild1@gmail.com>
date Mon, 13 Sep 2010 15:44:22 +0100
parent 131:1c30dd51ca6b
child 136:3a85c62f544c
comparison
equal deleted inserted replaced
133:a0ed30b0e789 134:2101acbb27c4
45 Module "net.http" "net/http.lua" 45 Module "net.http" "net/http.lua"
46 46
47 Module "verse.bosh" "bosh.lua" 47 Module "verse.bosh" "bosh.lua"
48 end 48 end
49 49
50 if GetOption "internal-bit-module" then
51 Module "bit" "libs/bit.lua"
52 end
53
50 Module "verse.client" "client.lua" 54 Module "verse.client" "client.lua"
51 55
52 -- Main verse file 56 -- Main verse file
53 Main "init.lua" 57 Main "init.lua"