3
0
Fork 0

fixed launcher compile

small_fixes
reg_ 14 years ago
parent 3bfc6c8004
commit 9beb43fc85

@ -1,29 +1,29 @@
SUBDIRS = zimlib ctpp2 pugixml components SUBDIRS = zimlib ctpp2 pugixml components
if WITH_MANAGER if WITH_MANAGER
SUBDIRS += manager SUBDIRS += manager
endif endif
if WITH_SERVER if WITH_SERVER
SUBDIRS += server SUBDIRS += server
endif endif
if WITH_INDEXER if WITH_INDEXER
SUBDIRS += indexer SUBDIRS += indexer
endif endif
if WITH_INSTALLER if WITH_INSTALLER
SUBDIRS += installer SUBDIRS += installer
endif endif
if WITH_SEARCHER if WITH_SEARCHER
SUBDIRS += searcher SUBDIRS += searcher
endif endif
if WITH_READER if WITH_READER
SUBDIRS += reader SUBDIRS += reader
endif endif
if WITH_LAUNCHER if WITH_LAUNCHER
SUBDIRS += launcher SUBDIRS += launcher
endif endif

@ -1,4 +1,6 @@
#include <stdlib.h>
#include "pathTools.h" #include "pathTools.h"
using namespace std; using namespace std;

Loading…
Cancel
Save