Skip to content

Commit e309705

Browse files
committed
modify note
1 parent c118506 commit e309705

32 files changed

Lines changed: 65 additions & 65 deletions

apps/calc.ss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2-
;作者:evilbinary on 11/19/16.
3-
;邮箱:rootdebug@163.com
2+
;author:evilbinary on 11/19/16.
3+
;email:rootdebug@163.com
44
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
55
(import (scheme) (gles gles1) (glut glut) (gui imgui) )
66

apps/cffi-test.ss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2-
;作者:evilbinary on 11/19/16.
3-
;邮箱:rootdebug@163.com
2+
;author:evilbinary on 11/19/16.
3+
;email:rootdebug@163.com
44
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
55

66
(import (scheme) (cffi cffi) )

apps/compiler-test.ss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2-
;作者:evilbinary on 11/19/16.
3-
;邮箱:rootdebug@163.com
2+
;author:evilbinary on 11/19/16.
3+
;email:rootdebug@163.com
44
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
55

66
(import (scheme) (nanopass))

apps/draw-image.ss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;Copyright 2016-2080 evilbinary.
3-
;作者:evilbinary on 01/08/17.
4-
;邮箱:rootdebug@163.com
3+
;author:evilbinary on 01/08/17.
4+
;email:rootdebug@163.com
55
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
66
(import (scheme) (glut glut) (gles gles1) (gui imgui) )
77
;;资源文件目录设置
88
(define res-dir
99
(case (machine-type)
10-
((arm32le) "/data/data/org.evilbinary.chez/files/")
10+
((arm32le) "/data/user/0/org.evilbinary.chez/files/apps/res/")
1111
(else "./")
1212
))
1313

apps/draw-point.ss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2-
;作者:evilbinary on 11/19/16.
3-
;邮箱:rootdebug@163.com
2+
;author:evilbinary on 11/19/16.
3+
;email:rootdebug@163.com
44
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
55
(import (scheme) (gles gles1) (glut glut) (gui imgui) )
66
(define (gl-draw-point)

apps/event-socket-test.ss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;Copyright 2016-2080 evilbinary.
3-
;作者:evilbinary on 12/24/16.
4-
;邮箱:rootdebug@163.com
3+
;author:evilbinary on 12/24/16.
4+
;email:rootdebug@163.com
55
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
66
(import (net socket-ffi) (cffi cffi) (net event2-ffi) )
77
;;(cffi-log #t)

apps/event-test.ss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;Copyright 2016-2080 evilbinary.
3-
;作者:evilbinary on 12/24/16.
4-
;邮箱:rootdebug@163.com
3+
;author:evilbinary on 12/24/16.
4+
;email:rootdebug@163.com
55
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
66
(import (net socket-ffi) (cffi cffi) (net event2-ffi) )
77
;;(cffi-log #t)

apps/game-plane/game-plane.ss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2-
;作者:evilbinary on 11/19/16.
3-
;邮箱:rootdebug@163.com
2+
;author:evilbinary on 11/19/16.
3+
;email:rootdebug@163.com
44
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
55
(import
66
(scheme)
@@ -44,7 +44,7 @@
4444
;;资源文件目录设置
4545
(define res-dir
4646
(case (machine-type)
47-
((arm32le) "/sdcard/org.evilbinary.chez/apps/game-plane/")
47+
((arm32le) "/data/user/0/org.evilbinary.chez/files/apps/game-plane/")
4848
(else "./")
4949
))
5050
(define scale-w

apps/gl-demo.ss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;Copyright 2016-2080 evilbinary.
3-
;作者:evilbinary on 12/24/16.
4-
;邮箱:rootdebug@163.com
3+
;author:evilbinary on 12/24/16.
4+
;email:rootdebug@163.com
55
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
66
(import (scheme) (glut glut) (gles gles1))
77
;opengles1.x 例子

apps/glfw-test.ss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;Copyright 2016-2080 evilbinary.
3-
;作者:evilbinary on 12/24/16.
4-
;邮箱:rootdebug@163.com
3+
;author:evilbinary on 12/24/16.
4+
;email:rootdebug@163.com
55
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
66
(import (scheme) (glfw glfw) (gui imgui) (gles gles1) (glut glut) (utils libutil) (utils macro) )
77

88
(define window '() )
99
;;资源文件目录设置
1010
(define res-dir
1111
(case (machine-type)
12-
((arm32le) "/data/data/org.evilbinary.chez/files/")
12+
((arm32le) "/data/user/0/org.evilbinary.chez/files/apps/res/")
1313
(else "")
1414
))
1515

0 commit comments

Comments
 (0)