@@ -32,9 +32,12 @@ Using monkey
#Endif
-#Else If __TARGET__="emscripten"
+#Else
- #Import "<GLES2/gl2.h>"
+ #Import "<GLES2/gl2.h>"
+
+ #import "<libGLESv1_CM.a>"
+ #import "<libGLESv2.a>"
@@ -131,6 +131,7 @@ Const S_IFREG:mode_t '$8000
Struct stat_t
Field st_mode:mode_t
+ Field st_size:Long
Field st_atime:time_t 'last access
Field st_mtime:time_t 'last modification
Field st_ctime:time_t 'status change
@@ -1,4 +1,8 @@
{
"module":"libc",
- "versoin":"1.0.0"
+ "about":"StdC library wrapper",
+ "author":"Mark Sibly",
+ "version":"1.0.0",
+ "support":"http://monkey2.monkey-x.com",
+ "depends":[]
}
"module":"litehtml",
- "version":"1.0.0"
+ "about":"Simple html renderer",
+ "depends":["libc"]