Radix cross Linux Package Tools

Package Tools – is a set of utilities to create, install, and update RcL packages

8 Commits   0 Branches   2 Tags
Index: make-pkglist.h
===================================================================
--- make-pkglist.h	(nonexistent)
+++ make-pkglist.h	(revision 5)
@@ -0,0 +1,36 @@
+
+/**********************************************************************
+
+  Copyright 2019 Andrey V.Kosteltsev
+
+  Licensed under the Radix.pro License, Version 1.0 (the "License");
+  you may not use this file  except  in compliance with the License.
+  You may obtain a copy of the License at
+
+     https://radix.pro/licenses/LICENSE-1.0-en_US.txt
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+  implied.
+
+ **********************************************************************/
+
+#ifndef _MK_PKGLIST_H_
+#define _MK_PKGLIST_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+extern char *htmlroot;
+extern char *hardware;
+extern int   minimize;
+
+
+#ifdef __cplusplus
+}  /* ... extern "C" */
+#endif
+
+#endif /* _MK_PKGLIST_H_ */