Rearrange code in preparation for newtext.

This commit is contained in:
Tom Rothamel
2011-05-28 00:22:52 -04:00
parent 91f78bee55
commit b9b460e549
11 changed files with 89 additions and 82 deletions
+5 -1
View File
@@ -25,7 +25,7 @@ display () {
if [ $build != 0 ]; then
echo renpy.display.$1 is out of date.
try cython -a renpy/display/$1.pyx -o module/$1.c
try cython -Imodule -a renpy/display/$1.pyx -o module/$1.c
fi
}
@@ -44,6 +44,10 @@ display glshader
display glrtt_copy
display glrtt_fbo
display ftfont
display textsupport
echo Compiling...
# Build the module, then come back here and run Ren'Py.