standard: C++11
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 03 May 2015 14:24:37 +0200
changeset 2f32ce80b4be4
parent 1 56ae7ed48121
child 3 a6b5eb87350b
standard: C++11
c++/parameter-lister/nbproject/Makefile-Debug.mk
c++/parameter-lister/nbproject/configurations.xml
     1.1 --- a/c++/parameter-lister/nbproject/Makefile-Debug.mk	Sun May 03 02:03:03 2015 +0200
     1.2 +++ b/c++/parameter-lister/nbproject/Makefile-Debug.mk	Sun May 03 14:24:37 2015 +0200
     1.3 @@ -65,7 +65,7 @@
     1.4  ${OBJECTDIR}/CLI.o: CLI.cpp 
     1.5  	${MKDIR} -p ${OBJECTDIR}
     1.6  	${RM} "$@.d"
     1.7 -	$(COMPILE.cc) -g -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/CLI.o CLI.cpp
     1.8 +	$(COMPILE.cc) -g -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/CLI.o CLI.cpp
     1.9  
    1.10  # Subprojects
    1.11  .build-subprojects:
     2.1 --- a/c++/parameter-lister/nbproject/configurations.xml	Sun May 03 02:03:03 2015 +0200
     2.2 +++ b/c++/parameter-lister/nbproject/configurations.xml	Sun May 03 14:24:37 2015 +0200
     2.3 @@ -36,6 +36,9 @@
     2.4          <rebuildPropChanged>false</rebuildPropChanged>
     2.5        </toolsSet>
     2.6        <compileType>
     2.7 +        <ccTool>
     2.8 +          <standard>8</standard>
     2.9 +        </ccTool>
    2.10        </compileType>
    2.11        <item path="CLI.cpp" ex="false" tool="1" flavor2="0">
    2.12        </item>