[Kstars-devel] KDE/kdeedu/kstars/kstars/data/tools
Akarsh Simha
akarshsimha at gmail.com
Wed Dec 17 21:31:52 CET 2008
SVN commit 898245 by asimha:
Prevent Krazy from checking the file binfile.h, which as explained in
the comment added is not intended to be portable or to be built as
part of KStars, but forms a developers' tool used to generate and test
the data files for KStars.
CCMAIL: kstars-devel at kde.org
M +12 -0 binfile.h
--- trunk/KDE/kdeedu/kstars/kstars/data/tools/binfile.h #898244:898245
@@ -15,6 +15,18 @@
* *
***************************************************************************/
+/* NOTE: This file is a NON portable C file that need not be built for
+ KStars to be built. This file is useful only to generate binary
+ data files and ensure that they comply with KStars' format, and
+ hence need not be cross platform.
+
+ This file does not use Qt or KDE libraries as it is just provided
+ here as a tool to build and test data files for KStars
+
+ Hence, we shall hide this file from the watchful eyes of Krazy
+*/
+//krazy:skip
+
#ifndef BINFILE_H
#define BINFILE_H
More information about the Kstars-devel
mailing list