diff options
| author | bhgv <bhgv.empire@gmail.com> | 2018-03-04 10:53:41 +0200 |
|---|---|---|
| committer | bhgv <bhgv.empire@gmail.com> | 2018-03-04 10:53:41 +0200 |
| commit | 6d35aa8bbc5a21ec699dd5cb157741f8766989d3 (patch) | |
| tree | 6ce8ee5629d44c43e6b885d0c4c2a3d55c233182 | |
| parent | 688292a584784b20d9ca9da67ff84f524f50afae (diff) | |
some lite changes and updates
| -rw-r--r-- | appl/mkfile | 2 | ||||
| -rwxr-xr-x | bld-lin.sh | 2 | ||||
| -rwxr-xr-x | bld.sh | 3 | ||||
| -rw-r--r-- | emu/Android/amain.c | 4 | ||||
| -rw-r--r-- | emu/Android/emu | 2 | ||||
| -rw-r--r-- | mkconfig | 2 |
6 files changed, 11 insertions, 4 deletions
diff --git a/appl/mkfile b/appl/mkfile index dcf7f56..9a30387 100644 --- a/appl/mkfile +++ b/appl/mkfile @@ -2,7 +2,7 @@ DIRS=\ acme\ -# alphabet\ + alphabet\ charon\ cmd\ collab\ @@ -4,6 +4,8 @@ export ROOT=$PWD export PATH=$PWD/Linux/386/bin:$PATH +unzip -n dis_folders.zip + #mk mkdirs mk install @@ -13,5 +13,8 @@ export ROOT=$PWD ln -s $ANDR_TOOLCHAIN ./ndk_toolchain +unzip -n dis_folders.zip + mk install +ln -s $PWD/Android/arm/lib/emu.a Android/arm/lib/libemu.a diff --git a/emu/Android/amain.c b/emu/Android/amain.c index e3cc930..46f5ebf 100644 --- a/emu/Android/amain.c +++ b/emu/Android/amain.c @@ -28,8 +28,8 @@ extern int mflag; int vflag = 0; Procs procs; char *eve; - extern int Xsize; // = 640; // = 640; - extern int Ysize; // = 480; // = 480; +extern int Xsize; // = 640; // = 640; +extern int Ysize; // = 480; // = 480; int bflag = 1; int sflag = 0; int qflag = 0; diff --git a/emu/Android/emu b/emu/Android/emu index c2e01f2..036b98b 100644 --- a/emu/Android/emu +++ b/emu/Android/emu @@ -14,7 +14,7 @@ dev cmd cmd indir - draw win-andr + draw win-$WINDOW_BACKEND pointer ip ipif6-posix ipaux @@ -11,6 +11,8 @@ ROOT=$ROOT # TKSTYLE=std +WINDOW_BACKEND=andr # andr, clutter + # # Except for building kernels, SYSTARG must always be the same as SYSHOST # |
