]> Nishi Git Mirror - dataworks.git/commitdiff
add stuff
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Mon, 20 May 2024 22:02:59 +0000 (22:02 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Mon, 20 May 2024 22:02:59 +0000 (22:02 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@45 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

FORMATv1.md
Library/dw_database.h
common.mk

index 1d12b69dbcb3598d041e8b5117d1b8b6f678a9ac..0088e76a83dda21bf8ca3a055c5044800bcdfdea 100644 (file)
@@ -1,4 +1,4 @@
-# DWF - DataWorks Database Format 1.0
+# DWF - DataWorks Database Format 1.0 {#FORMATv1}
 
 DWF is a simple database format designed for DataWorks.
 
@@ -67,7 +67,10 @@ File MUST look like this:
 | `signature` | |
 | `infoentry` | |
 | uint64\_t  | Last modified time of the database |
-| 256 `indexentry` | |
+| `indexentry` | 1st one |
+| `indexentry` | 2nd one |
+| ... | |
+| `indexentry` | 256th one |
 | `dbentry` | 1st one |
 | `dbentry` | 2nd one |
 | ... | |
index cceba016c22268989e3840c19eb7a4a5209e2473..41ab2b7272ec96ce8302d6a3ea18e6fa3c38b510 100644 (file)
@@ -73,8 +73,8 @@ struct dataworks_db {
 
 /**
  * @~english
- * @ref FORMAT
  * @brief indexentry for v1 database.
+ * @note See \ref FORMATv1 for more info.
  *
  */
 struct dataworks_db_v1_indexentry {
@@ -84,7 +84,7 @@ struct dataworks_db_v1_indexentry {
        char dbname[256];
        char fields[4096];
 };
-
 /**
  * @~english
  * @brief Creates the database.
index 2ee43e74170025f42072dc1e572efc40076d18ba..62b6e57844a988fef76f2adad89b292da6beca9b 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -64,6 +64,6 @@ archive-zip:
 
 archive:
        $(MAKE) archive-prepare
-       $(MAKE) archive-targz PREP=NO
-       $(MAKE) archive-zip PREP=NO
+       -$(MAKE) archive-targz PREP=NO
+       -$(MAKE) archive-zip PREP=NO
        $(MAKE) archive-cleanup