Re: [Cppunit-devel] small changes for CPPUnitProjectWizard
Brought to you by:
blep
|
From: CppUnit d. m. l. <cpp...@li...> - 2006-11-13 19:04:09
|
Thanks Alexandre
I will update my copy and post a new version on the wiki in the next couple
of days.
Paul
_____
From: cpp...@li...
[mailto:cpp...@li...] On Behalf Of CppUnit
development mailing list
Sent: 13 November 2006 00:21
To: cpp...@li...
Subject: [Cppunit-devel] small changes for CPPUnitProjectWizard
Dear Paul Gibbons
I made for me a couple of cosmetic changes in default.js.
\Microsoft Visual Studio
8\VC\VCWizards\CPPUnitProjectWizard\CPPUnitProjectWizard\Scripts\1033
File: default.js
I replaced "DllPlugInTesterd_dll.exe" by "DllPlugInTesterd.exe"
"DllPlugInTester_dll.exe" by "DllPlugInTester.exe"
Because, by me these _dll.exe files are not generated by build of cppunit.
For config.Tools('VCCLCompilerTool'), I added one line:
AdditionalIncludeDirectories="$(CPPUNITDIR)\\Include";
For config.Tools('VCLinkerTool')
AdditionalLibraryDirectories="$(CPPUNITDIR)\\Lib";
Now it works fine
Best regards
Alexandre
|