c++/sql-dk/nbproject/Makefile-variables.mk
author František Kučera <franta-hg@frantovo.cz>
Tue, 26 Feb 2019 18:19:49 +0100
branchv_0
changeset 236 a3ec71fa8e17
parent 230 8bae71482622
permissions -rw-r--r--
Avoid reusing/rewriting the DB connection properties.
There was weird random errors while testing connection to multiple DB in parallel when one of them was meta connection to same DB connection.
Two kinds of exception: 1) missing password 2) „Passing DB password as CLI parameter is insecure!“
     1 #
     2 # Generated - do not edit!
     3 #
     4 # NOCDDL
     5 #
     6 CND_BASEDIR=`pwd`
     7 CND_BUILDDIR=build
     8 CND_DISTDIR=dist
     9 # Debug configuration
    10 CND_PLATFORM_Debug=GNU-Linux
    11 CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux
    12 CND_ARTIFACT_NAME_Debug=sql-dk
    13 CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux/sql-dk
    14 CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux/package
    15 CND_PACKAGE_NAME_Debug=sql-dk.tar
    16 CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux/package/sql-dk.tar
    17 # Release configuration
    18 CND_PLATFORM_Release=GNU-Linux
    19 CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux
    20 CND_ARTIFACT_NAME_Release=sql-dk
    21 CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux/sql-dk
    22 CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux/package
    23 CND_PACKAGE_NAME_Release=sql-dk.tar
    24 CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux/package/sql-dk.tar
    25 #
    26 # include compiler specific variables
    27 #
    28 # dmake command
    29 ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
    30 	(mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
    31 #
    32 # gmake command
    33 .PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
    34 #
    35 include nbproject/private/Makefile-variables.mk