diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-21 11:16:36 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-21 11:16:36 +0000 |
commit | 1da94fa2760913da76f18c0e5fb3fb223fa67f3e (patch) | |
tree | 3a2549be17c8ae4a889e0280a3354552fdc00058 /win | |
parent | 5a5d59a7916cf40d71e6a312352867a489ff2a52 (diff) |
Win32 compilation fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8743 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r-- | win/inspircdVC80.vcproj | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/win/inspircdVC80.vcproj b/win/inspircdVC80.vcproj index 5baa6046e..13baad2ed 100644 --- a/win/inspircdVC80.vcproj +++ b/win/inspircdVC80.vcproj @@ -376,6 +376,10 @@ >
</File>
<File
+ RelativePath="..\src\channelmanager.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\channels.cpp"
>
</File>
@@ -428,6 +432,10 @@ >
</File>
<File
+ RelativePath="..\src\logger.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\mode.cpp"
>
</File>
@@ -472,6 +480,10 @@ >
</File>
<File
+ RelativePath="..\src\usermanager.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\userprocess.cpp"
>
</File>
@@ -530,6 +542,14 @@ >
</File>
<File
+ RelativePath="..\include\caller.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\channelmanager.h"
+ >
+ </File>
+ <File
RelativePath="..\include\channels.h"
>
</File>
@@ -598,6 +618,10 @@ >
</File>
<File
+ RelativePath="..\include\logger.h"
+ >
+ </File>
+ <File
RelativePath="..\include\mode.h"
>
</File>
@@ -634,6 +658,14 @@ >
</File>
<File
+ RelativePath="..\include\uid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\usermanager.h"
+ >
+ </File>
+ <File
RelativePath="..\include\users.h"
>
</File>
|