summaryrefslogtreecommitdiff
path: root/examples/money/StdAfx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixedBaptiste Lepilleur2002-04-211-1/+1
|
* Src/DllPlugInTester/makefile.Baptiste Lepilleur2002-04-211-0/+8
src/DllPlugInTester/makefile.am: removed ld.so from LDADD flags. * src/DllPlugInTester/CommandLineParser.h: * src/DllPlugInTester/CommandLineParser.cpp: rewrote, fixed problem with double quotes in command line... * src/DllPlugInTester/CommandLineParserTest.h: * src/DllPlugInTester/CommandLineParserTest.cpp: * src/DllPlugInTester/DllPlugInTesterTest.cpp: added, unit tests for CommandLineParser. * src/msvc6/TestPlugIn/*: removed.