satng / curlpp

Automatically exported from code.google.com/p/curlpp
0 stars 0 forks source link

VC9 project contains invalid references #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the generated VC9 project, the references to:

.\src\utilspp\singleton\PrivateMembers.cpp
.\src\utilspp\singleton\LifetimeLibrary.cpp

Should be:

.\src\utilspp\PrivateMembers.cpp
.\src\utilspp\LifetimeLibrary.cpp

(or the files should be moved)

The reference to 
.\src\curlpp\Infos.cpp (and)
.\src\curlpp\Option.cpp 

do not exist.

Original issue reported on code.google.com by cque...@gmail.com on 28 May 2009 at 8:02