]> git.openstreetmap.org Git - nominatim.git/blobdiff - cmake/script.tmpl
set CONST_LibDir directly from the source scripts
[nominatim.git] / cmake / script.tmpl
index 8146ca8b5880b2376d996bbfffe6b9e166617d60..b0e1f535bfa53f7aa4c5065c50cb4ddf6ca85d54 100755 (executable)
@@ -1,4 +1,8 @@
 #!@PHP_BIN@ -Cq
 <?php
-require_once(dirname(dirname(__FILE__)).'/settings/settings.php');
-require_once(CONST_BasePath.'/@script_source@');
+@define('CONST_Default_ModulePath', '@CMAKE_BINARY_DIR@/module');
+@define('CONST_Default_Osm2pgsql', '@CMAKE_BINARY_DIR@/osm2pgsql/osm2pgsql');
+@define('CONST_BinDir', '@CMAKE_SOURCE_DIR@/utils');
+@define('CONST_DataDir', '@CMAKE_SOURCE_DIR@');
+
+require_once('@CMAKE_SOURCE_DIR@/lib/admin/@script_source@');