diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-22 08:22:20 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-22 08:22:20 +0000 |
commit | 16d0d0ebef053cec1c28e4b99f290874334a7ba2 (patch) | |
tree | 846a493e9ea5137ef7049e39ecc083ac397720f1 /src/anytun.vcproj | |
parent | moved LogErrno to AnytunErrno (diff) |
fixed build on windows
Diffstat (limited to 'src/anytun.vcproj')
-rw-r--r-- | src/anytun.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/anytun.vcproj b/src/anytun.vcproj index 696e905..7d4759a 100644 --- a/src/anytun.vcproj +++ b/src/anytun.vcproj @@ -325,6 +325,10 @@ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
+ RelativePath=".\anytunError.h"
+ >
+ </File>
+ <File
RelativePath=".\authAlgo.h"
>
</File>
@@ -505,6 +509,10 @@ >
</File>
<File
+ RelativePath=".\anytunError.cpp"
+ >
+ </File>
+ <File
RelativePath=".\authAlgo.cpp"
>
</File>
|