galek / wxworkspaceview

Automatically exported from code.google.com/p/wxworkspaceview
2 stars 1 forks source link

Fix project configuration #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The project files for both the test project and the library's project are
not configured correctly:

- The test project is linked against the _debug_ wxwidgets libs, no matter
which build target you pick. This is done using a #pragma lib statement.
- The lib project is not linked with any library file :(

We should simply link the lib project to wxwidgets, and without using a
#pragma lib construction.

Next to that, i believe the include file dirs weren't set up correctly either.

Original issue reported on code.google.com by g...@stuifmeel.org on 2 Dec 2007 at 10:32

GoogleCodeExporter commented 9 years ago
I believe I fixed it. At least locally in my working copy ;)

Original comment by g...@stuifmeel.org on 3 Dec 2007 at 8:28