From 32af462f405ac9987993787aad0fbfeff5a4ebf5 Mon Sep 17 00:00:00 2001 From: Pavel Kraynyukhov Date: Wed, 13 Jun 2018 14:28:00 +0600 Subject: [PATCH] newline removed from src/main.cpp, netbeans build files auto-changes --- nbproject/Makefile-Debug.mk | 2 +- nbproject/Package-Debug.bash | 4 ++++ nbproject/configurations.xml | 8 +++++++- src/main.cpp | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/nbproject/Makefile-Debug.mk b/nbproject/Makefile-Debug.mk index 62c3cc6..ed8bcdb 100644 --- a/nbproject/Makefile-Debug.mk +++ b/nbproject/Makefile-Debug.mk @@ -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 + 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 ${OBJECTDIR}/src/getLog.o: src/getLog.cpp nbproject/Makefile-${CND_CONF}.mk ${MKDIR} -p ${OBJECTDIR}/src diff --git a/nbproject/Package-Debug.bash b/nbproject/Package-Debug.bash index beb3f41..637a555 100644 --- a/nbproject/Package-Debug.bash +++ b/nbproject/Package-Debug.bash @@ -315,6 +315,10 @@ cd "${TOP}" makeDirectory "${NBTMPDIR}//usr/bin" copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755 +cd "${TOP}" +makeDirectory "${NBTMPDIR}//usr/bin" +copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755 + # Create control file cd "${TOP}" diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index b888afc..d486f21 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -169,7 +169,7 @@ - -lcryptopp -ltls -lcrypto -lluajit-5.1 + -lcryptopp -ltls -lcrypto -lluajit-5.1 -lbz2 + diff --git a/src/main.cpp b/src/main.cpp index c1751fa..35e9d46 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,6 +26,7 @@ #include #include #include +#include void startWSServer() { @@ -84,8 +85,7 @@ void startWSServer() } int main(int argc, char** argv) -{ - +{ itc::getLog()->info(__FILE__,__LINE__,"Starting LAppS"); if(argc > 1)