forked from KolibriOS/kolibrios
Consistent use of KolibriOS name
- Ensure consistent naming for brand integrity. git-svn-id: svn://kolibrios.org@10049 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Kolibri OS config for gcc 5.4
|
||||
KolibriOS config for gcc 5.4
|
||||
|
||||
Started by Siemargl @Nov 2016
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Kolibri OS port for gcc 5.4
|
||||
KolibriOS port for gcc 5.4
|
||||
|
||||
Started by Siemargl @Nov 2016
|
||||
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
/*
|
||||
Kolibri OS port for gcc 5.4
|
||||
|
||||
Started by Siemargl @Nov 2016
|
||||
Borrowed code parts from other unzip ports
|
||||
|
||||
howto make:
|
||||
go in unzip60 directory (below this file) and
|
||||
>make -f kolibri\makefile.gcc
|
||||
|
||||
Contains:
|
||||
version()
|
||||
mapattr()
|
||||
mapname()
|
||||
checkdir()
|
||||
close_outfile()
|
||||
get_extattribs()
|
||||
do_wild()
|
||||
set_direc_attribs()
|
||||
defer_dir_attribs()
|
||||
|
||||
todo
|
||||
datetime restore for dirs. buf in unzip - crash when SET_DIR_ATTRIB
|
||||
fixed partial
|
||||
-d dir error (only in unicode). Use -ddir or -d dir/
|
||||
russian filenames in arhives. Now works cp866 version, unicode need to fix @kos32.c:470 (GETPATH)
|
||||
*/
|
||||
/*
|
||||
KolibriOS port for gcc 5.4
|
||||
|
||||
Started by Siemargl @Nov 2016
|
||||
Borrowed code parts from other unzip ports
|
||||
|
||||
howto make:
|
||||
go in unzip60 directory (below this file) and
|
||||
>make -f kolibri\makefile.gcc
|
||||
|
||||
Contains:
|
||||
version()
|
||||
mapattr()
|
||||
mapname()
|
||||
checkdir()
|
||||
close_outfile()
|
||||
get_extattribs()
|
||||
do_wild()
|
||||
set_direc_attribs()
|
||||
defer_dir_attribs()
|
||||
|
||||
todo
|
||||
datetime restore for dirs. buf in unzip - crash when SET_DIR_ATTRIB
|
||||
fixed partial
|
||||
-d dir error (only in unicode). Use -ddir or -d dir/
|
||||
russian filenames in arhives. Now works cp866 version, unicode need to fix @kos32.c:470 (GETPATH)
|
||||
*/
|
||||
|
||||
#define FATTR FS_HIDDEN+FS_SYSTEM+FS_SUBDIR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user