Mercurial > cgi-bin > hgwebdir.cgi > PR > PR_Integrations > javascript > SpiderMonkey
diff CppApplication_1 (copy)/nbproject/Makefile-variables.mk @ 2:993424504eb7
This netbeans project for single thread application
it didn't work yet, may be the spidermonkey's version
is the reason and I'll try to solve this
| author | Sara |
|---|---|
| date | Sun, 05 Jan 2014 14:13:51 -0800 |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/CppApplication_1 (copy)/nbproject/Makefile-variables.mk Sun Jan 05 14:13:51 2014 -0800 1.3 @@ -0,0 +1,35 @@ 1.4 +# 1.5 +# Generated - do not edit! 1.6 +# 1.7 +# NOCDDL 1.8 +# 1.9 +CND_BASEDIR=`pwd` 1.10 +CND_BUILDDIR=build 1.11 +CND_DISTDIR=dist 1.12 +# Debug configuration 1.13 +CND_PLATFORM_Debug=GNU-Linux-x86 1.14 +CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux-x86 1.15 +CND_ARTIFACT_NAME_Debug=cppapplication_1 1.16 +CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux-x86/cppapplication_1 1.17 +CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux-x86/package 1.18 +CND_PACKAGE_NAME_Debug=cppapplication1.tar 1.19 +CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux-x86/package/cppapplication1.tar 1.20 +# Release configuration 1.21 +CND_PLATFORM_Release=GNU-Linux-x86 1.22 +CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux-x86 1.23 +CND_ARTIFACT_NAME_Release=cppapplication_1 1.24 +CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux-x86/cppapplication_1 1.25 +CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux-x86/package 1.26 +CND_PACKAGE_NAME_Release=cppapplication1.tar 1.27 +CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux-x86/package/cppapplication1.tar 1.28 +# 1.29 +# include compiler specific variables 1.30 +# 1.31 +# dmake command 1.32 +ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \ 1.33 + (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk) 1.34 +# 1.35 +# gmake command 1.36 +.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)) 1.37 +# 1.38 +include nbproject/private/Makefile-variables.mk
