From fccbbfea71baa3abfe20e4b2975557d2b70a9577 Mon Sep 17 00:00:00 2001 From: Pavel Kraynyukhov Date: Mon, 25 Jun 2018 18:52:35 +0600 Subject: [PATCH] netbeans configuration auto changes --- nbproject/Makefile-Debug.mk | 4 ++-- nbproject/configurations.xml | 14 ++++++++++++-- nbproject/project.properties | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/nbproject/Makefile-Debug.mk b/nbproject/Makefile-Debug.mk index ea0b73c..b4d2fb0 100644 --- a/nbproject/Makefile-Debug.mk +++ b/nbproject/Makefile-Debug.mk @@ -53,7 +53,7 @@ FFLAGS= ASFLAGS= # Link Libraries and Options -LDLIBSOPTIONS=-L/usr/local/lib -L../libressl/lib -L/opt/gperftools/lib ../ITCFramework/dist/Debug/GNU-Linux/libitcframework.a ../ITCLib/dist/Debug/GNU-Linux/libitclib.a ../utils/dist/Debug/GNU-Linux/libutils.a +LDLIBSOPTIONS=-L/usr/local/lib -L../libressl/lib ../ITCFramework/dist/Debug/GNU-Linux/libitcframework.a ../ITCLib/dist/Debug/GNU-Linux/libitclib.a ../utils/dist/Debug/GNU-Linux/libutils.a # Build Targets .build-conf: ${BUILD_SUBPROJECTS} @@ -67,7 +67,7 @@ ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/lapps: ../utils/dist/Debug/GNU-Linux/ ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/lapps: ${OBJECTFILES} ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} - g++ -pipe -Wall -pthread -O2 -mtune=native -march=native -fPIC -fstack-check -fstack-protector-strong -mfpmath=sse -msse2avx -ftree-vectorize -funroll-loops -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/lapps ${OBJECTFILES} ${LDLIBSOPTIONS} -lcryptopp -ltls -lcrypto -lluajit-5.1 -lbz2 -lstdc++fs -lprofiler + g++ -pipe -Wall -pthread -O2 -mtune=native -march=native -fPIC -fstack-check -fstack-protector-strong -mfpmath=sse -msse2avx -ftree-vectorize -funroll-loops -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/lapps ${OBJECTFILES} ${LDLIBSOPTIONS} -lcryptopp -ltls -lcrypto -lluajit-5.1 -lbz2 -lstdc++fs ${OBJECTDIR}/src/getLog.o: src/getLog.cpp nbproject/Makefile-${CND_CONF}.mk ${MKDIR} -p ${OBJECTDIR}/src diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index b74670c..a6c7291 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -18,6 +18,7 @@ include/modules/bcast.h include/modules/nap.h include/modules/nljson.h + src/pam_auth.h include/modules/wsSend.h include/Application.h @@ -130,7 +131,6 @@ /usr/local/lib ../libressl/lib - /opt/gperftools/lib g++ -pipe -Wall -pthread -O2 -mtune=native -march=native -fPIC -fstack-check -fstack-protector-strong -mfpmath=sse -msse2avx -ftree-vectorize -funroll-loops @@ -171,7 +171,7 @@ - -lcryptopp -ltls -lcrypto -lluajit-5.1 -lbz2 -lstdc++fs -lprofiler + -lcryptopp -ltls -lcrypto -lluajit-5.1 -lbz2 -lstdc++fs + @@ -718,6 +724,8 @@ + + @@ -831,6 +839,8 @@ + + diff --git a/nbproject/project.properties b/nbproject/project.properties index 55ff4f9..b9818a5 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,2 +1,2 @@ -#Sun Dec 17 02:59:11 ALMT 2017 +#Mon Jun 25 16:17:59 ALMT 2018 project.license=gpl30