diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-07-09 22:33:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-07-09 22:33:21 +0000 |
commit | d5d7f8e62cb47be85908c23877d77a2d736752f6 (patch) | |
tree | a3517f182605cba56df89e42ebc4eddf0e5508c3 /Win32Build | |
parent | 28a7c8a64cb52189c81ebe31d77e69d1485a8f5f (diff) | |
download | tor-d5d7f8e62cb47be85908c23877d77a2d736752f6.tar.gz tor-d5d7f8e62cb47be85908c23877d77a2d736752f6.zip |
Fix project file for MSVC6 (!). Patch from Frediano Ziglio.
svn:r6750
Diffstat (limited to 'Win32Build')
-rwxr-xr-x | Win32Build/vc6/tor/Tor.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Win32Build/vc6/tor/Tor.dsp b/Win32Build/vc6/tor/Tor.dsp index 4df3052ecc..f05e04931d 100755 --- a/Win32Build/vc6/tor/Tor.dsp +++ b/Win32Build/vc6/tor/Tor.dsp @@ -106,10 +106,6 @@ SOURCE=..\..\..\src\common\crypto.c # End Source File # Begin Source File -SOURCE=..\..\..\src\common\fakepoll.c -# End Source File -# Begin Source File - SOURCE=..\..\..\src\common\log.c # End Source File # Begin Source File @@ -294,6 +290,10 @@ SOURCE=..\..\..\src\or\onion.c # End Source File # Begin Source File +SOURCE=..\..\..\src\or\policies.c +# End Source File +# Begin Source File + SOURCE=..\..\..\src\or\relay.c # End Source File # Begin Source File |