Browse Source

first branch change

pull/20/head
gorgone 5 years ago
parent
commit
5cabd0d572
No known key found for this signature in database GPG Key ID: EBAAD350739A27E7
  1. 2
      s3
  2. 2
      support/functions/_logos
  3. 9
      support/toolchains.cfg/native

2
s3

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
VERSIONCOUNTER=310 VERSIONCOUNTER=310
SIMPLEVERSION="Final" SIMPLEVERSION="-NEXT-"
OIFS=$IFS OIFS=$IFS
export NCURSES_NO_UTF8_ACS=1 export NCURSES_NO_UTF8_ACS=1

2
support/functions/_logos

@ -17,7 +17,7 @@ s3logo(){
echo -e $C" echo -e $C"
_________________ _________________
/ _____/\\_____ \\ =============== / _____/\\_____ \\ ===============
\_____ \\ _(__ < $w_l Ver. $VERSIONCOUNTER$g_l $SIMPLEVERSION!$C \_____ \\ _(__ < $w_l Ver. $VERSIONCOUNTER$g_l $SIMPLEVERSION$C
/ \\ / \\ =============== / \\ / \\ ===============
/_______ //______ / $y_l by gorgone$p_l 2020$C /_______ //______ / $y_l by gorgone$p_l 2020$C
\\/ \/ ===============\n$W"; \\/ \/ ===============\n$W";

9
support/toolchains.cfg/native

@ -2,8 +2,11 @@ _toolchainname="native";
default_use="USE_UTF8 USE_LIBCRYPTO"; default_use="USE_UTF8 USE_LIBCRYPTO";
_oscamconfdir_default="/usr/local/etc"; _oscamconfdir_default="/usr/local/etc";
_oscamconfdir_custom="not_set"; _oscamconfdir_custom="not_set";
_compiler="-"; _compiler="x86_64-linux-gnu-";
_tc_info="Native System Compiler "; _tc_info="Native System Compiler gcc (Debian 8.3.0-6) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.";
_libsearchdir="/lib"; _libsearchdir="/lib";
_menuname="native"; _menuname="native";
_sysroot="/"; _sysroot="/usr/include";

Loading…
Cancel
Save