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
if WITH_MANAGER
SUBDIRS += manager
SUBDIRS += manager
endif
if WITH_SERVER
SUBDIRS += server
SUBDIRS += server
endif
if WITH_INDEXER
SUBDIRS += indexer
SUBDIRS += indexer
endif
if WITH_INSTALLER
SUBDIRS += installer
SUBDIRS += installer
endif
if WITH_SEARCHER
SUBDIRS += searcher
SUBDIRS += searcher
endif
if WITH_READER
SUBDIRS += reader
SUBDIRS += reader
endif
if WITH_LAUNCHER
SUBDIRS += launcher
SUBDIRS += launcher
endif

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

Loading…
Cancel
Save