- Added some missing newlines at end of files

- Modified Makefiles to produce a shared library
- Added SingletonDll Makefile


git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@581 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
lfittl 2006-03-02 21:19:41 +00:00
parent f13e5f58ef
commit 6152f9386f
9 changed files with 70 additions and 26 deletions

View file

@ -22,4 +22,4 @@ Foo::Foo()
void Foo::foo()
{
std::cout << "\nFoo:foo() called, this: " << this << "\n";
}
}