mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Add extra stuff to compile threadengine_win32.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8989 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
9bc734b739
commit
c708c0b6cf
@ -406,6 +406,7 @@ void Run()
|
||||
fprintf(f, "#ifndef __CONFIGURATION_SOCKETENGINE__\n");
|
||||
fprintf(f, "#define __CONFIGURATION_SOCKETENGINE__\n\n");
|
||||
fprintf(f, "#include \"socketengines/socketengine_%s.h\"\n\n", use_iocp ? "iocp" : "select");
|
||||
fprintf(f, "#include \"threadengines/threadengine_win32.h\"\n\n");
|
||||
fprintf(f, "#endif\n\n");
|
||||
fclose(f);
|
||||
|
||||
|
@ -471,6 +471,18 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\testsuite.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\threadengine.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\threadengines\threadengine_win32.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\timer.cpp"
|
||||
>
|
||||
@ -645,6 +657,18 @@
|
||||
RelativePath="..\include\socketengines\socketengine_iocp.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\testsuite.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\threadengine.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\threadengines\threadengine_win32.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\timer.h"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user