[Cppunit-devel] small changes for CPPUnitProjectWizard
Brought to you by:
blep
|
From: CppUnit d. m. l. <cpp...@li...> - 2006-11-13 00:23:15
|
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
|