1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
#
# Generated - do not edit!
#
# NOCDDL
#
CND_BASEDIR=`pwd`
CND_BUILDDIR=build
CND_DISTDIR=dist
# app.exe configuration
CND_PLATFORM_app.exe=Cygwin-Windows
CND_ARTIFACT_DIR_app.exe=../release/launchers
CND_ARTIFACT_NAME_app.exe=app.exe
CND_ARTIFACT_PATH_app.exe=../release/launchers/app.exe
CND_PACKAGE_DIR_app.exe=dist/app.exe/Cygwin-Windows/package
CND_PACKAGE_NAME_app.exe=windows-launcher-src.tar
CND_PACKAGE_PATH_app.exe=dist/app.exe/Cygwin-Windows/package/windows-launcher-src.tar
# app64.exe configuration
CND_PLATFORM_app64.exe=Cygwin64-Windows
CND_ARTIFACT_DIR_app64.exe=../release/launchers
CND_ARTIFACT_NAME_app64.exe=app64.exe
CND_ARTIFACT_PATH_app64.exe=../release/launchers/app64.exe
CND_PACKAGE_DIR_app64.exe=dist/app64.exe/Cygwin64-Windows/package
CND_PACKAGE_NAME_app64.exe=windows-launcher-src.tar
CND_PACKAGE_PATH_app64.exe=dist/app64.exe/Cygwin64-Windows/package/windows-launcher-src.tar
#
# include compiler specific variables
#
# dmake command
ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
(mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
#
# gmake command
.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
#
include nbproject/private/Makefile-variables.mk
|