From 6613f3fd45b4ecf6821ee7bb07c95f86f43b0db2 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Thu, 20 Aug 2015 04:59:36 -0500 Subject: 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. --- makeminidawg/makeminidawg.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makeminidawg/makeminidawg.pro') 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++ { -- cgit v1.2.3