HGGitLab

Commit 43f16bb8 authored by luoliangyi's avatar luoliangyi

uos

parent 2b8ec095
......@@ -25,6 +25,8 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <dlfcn.h>
#include <iconv.h>
#endif
......
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="HGWebService" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/HGWebService" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="../../../../release/bin/uos/amd64/HGWebService" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add directory="../../../../third_party/sha1" />
<Add directory="../../../../third_party/base64" />
</Compiler>
<Linker>
<Add option="-L../../../../release/bin/uos/amd64" />
<Add option="-lHGBase" />
</Linker>
<Unit filename="../../../../sdk/webservice/WSMsg.h" />
<Unit filename="../../../../sdk/webservice/WSServer.cpp" />
<Unit filename="../../../../sdk/webservice/WSServer.h" />
<Unit filename="../../../../sdk/webservice/WSUser.cpp" />
<Unit filename="../../../../sdk/webservice/WSUser.h" />
<Unit filename="../../../../sdk/webservice/main.cpp" />
<Unit filename="../../../../third_party/base64/base64.cpp" />
<Unit filename="../../../../third_party/base64/base64.h" />
<Unit filename="../../../../third_party/sha1/sha1.cpp" />
<Unit filename="../../../../third_party/sha1/sha1.h" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>
......@@ -6,5 +6,6 @@
<Project filename="HGImgProc/HGImgProc.cbp" />
<Project filename="HGTest/HGTest.cbp" />
<Project filename="HGSaneUser/HGSaneUser.cbp" />
<Project filename="HGWebService/HGWebService.cbp" />
</Workspace>
</CodeBlocks_workspace_file>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment