summaryrefslogtreecommitdiff
path: root/makeminidawg/makeminidawg.pro
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2015-08-20 04:59:36 -0500
committerJohn Fultz <jfultz@wolfram.com>2015-08-20 04:59:36 -0500
commit6613f3fd45b4ecf6821ee7bb07c95f86f43b0db2 (patch)
tree98eb783e05100250cceba7fc4c56ddfdaaf0aba1 /makeminidawg/makeminidawg.pro
parent4ef5b33708a4ff0435d5c8254b860cd03a264c66 (diff)
Move DAWG generation into quackleio.
Same thing I just did for the gaddag code I'm now doing for the dawg code. While I was at it, I made some improvements to the dawg code... * Instead of adding multiple cross-checks for various kinds of node metadata, there's now only one cross- check...a hash applied to each node. * Some useless variables/members have been excised. * Add ability to do a word count (cryptohash coming soon). * Make it possible to call generate() and writeIndex() multiple times without corrupting the dictionary.
Diffstat (limited to 'makeminidawg/makeminidawg.pro')
-rw-r--r--makeminidawg/makeminidawg.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeminidawg/makeminidawg.pro b/makeminidawg/makeminidawg.pro
index 8af3bb2..729e6b4 100644
--- a/makeminidawg/makeminidawg.pro
+++ b/makeminidawg/makeminidawg.pro
@@ -24,8 +24,8 @@ QMAKE_LFLAGS_RELEASE += -L../lib/release -L../quackleio/lib/release
QMAKE_LFLAGS_DEBUG += -L../lib/debug -L../quackleio/lib/debug
# Input
-HEADERS += minidawgmaker.h
-SOURCES += minidawgmaker.cpp makeminidawgmain.cpp
+HEADERS +=
+SOURCES += makeminidawgmain.cpp
macx-g++ {