Skip to content

Commit

Permalink
去掉多余文件
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Dec 12, 2017
1 parent b0c5c63 commit 8e4c5b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project(PacketParse_Interface):acelib{
dynamicflags += TEST_TCP_BUILD_DLL

Source_Files{
../Common
./*.cpp
../Common/*.cpp
./*.cpp
}

includes += ../Common
Expand All @@ -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 += .
}

This file was deleted.

0 comments on commit 8e4c5b5

Please sign in to comment.