diff --git a/purenessscopeserver/purenessscopeserver/PacketParse_Interface/PacketParse_Interface.mpc b/purenessscopeserver/purenessscopeserver/PacketParse_Interface/PacketParse_Interface.mpc index 86e802e06..7530da771 100644 --- a/purenessscopeserver/purenessscopeserver/PacketParse_Interface/PacketParse_Interface.mpc +++ b/purenessscopeserver/purenessscopeserver/PacketParse_Interface/PacketParse_Interface.mpc @@ -3,8 +3,8 @@ project(PacketParse_Interface):acelib{ dynamicflags += TEST_TCP_BUILD_DLL Source_Files{ - ../Common - ./*.cpp + ../Common/*.cpp + ./*.cpp } includes += ../Common @@ -14,15 +14,15 @@ project(PacketParse_Interface):acelib{ } specific(gnuace) { - macros += __LINUX__ + macros += __LINUX__ compile_flags += -Wno-deprecated } libout = ./ specific (prop:microsoft){ - dllout = ../PurenessScopeServer/Windows_Bin + dllout = ../PurenessScopeServer/Windows_Bin } else { - dllout = ../PurenessScopeServer/Linux_Bin + dllout = ../PurenessScopeServer/Linux_Bin } includes += . } diff --git a/purenessscopeserver/purenessscopeserver/PacketParse_Interface/PacketParse_Interface4codecov.mpc b/purenessscopeserver/purenessscopeserver/PacketParse_Interface/PacketParse_Interface4codecov.mpc deleted file mode 100644 index fd13a5e8e..000000000 --- a/purenessscopeserver/purenessscopeserver/PacketParse_Interface/PacketParse_Interface4codecov.mpc +++ /dev/null @@ -1,27 +0,0 @@ -project(PacketParse_Interface):acelib{ - sharedname=PacketParse_Interface - dynamicflags += TEST_TCP_BUILD_DLL - - Source_Files{ - ./*.cpp - } - - specific(make) { - compile_flags += -fcheck-new - compile_flags += --coverage - } - - specific(gnuace) { - macros += __LINUX__ - compile_flags += -Wno-deprecated - compile_flags += --coverage - } - - libout = ./ - specific (prop:microsoft){ - dllout = ../PurenessScopeServer/Windows_Bin - } else { - dllout = ../PurenessScopeServer/Linux_Bin - } - includes += . -}