diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/GNUmakefile | 4 | ||||
-rw-r--r-- | src/test/w32dtst.cpp | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/test/GNUmakefile b/src/test/GNUmakefile index fe28cb0..db4a121 100644 --- a/src/test/GNUmakefile +++ b/src/test/GNUmakefile @@ -18,7 +18,7 @@ # # ------------------------------------------------------------------------- # -# $Id: GNUmakefile,v 1.2 2005-04-05 01:01:58 ianc Exp $ +# $Id: GNUmakefile,v 1.3 2005-04-11 23:00:49 ianc Exp $ # @@ -26,7 +26,7 @@ TARGET = w32dtst.exe SOURCES = w32dtst.cpp -LIB = -L.. -lw32dlib +LIB = -L.. -lw32dlib -lcomctl32 -lcomdlg32 -lole32 RES = dialog diff --git a/src/test/w32dtst.cpp b/src/test/w32dtst.cpp index 94245ba..6d579cc 100644 --- a/src/test/w32dtst.cpp +++ b/src/test/w32dtst.cpp @@ -342,6 +342,8 @@ int WINAPI WinMain (HINSTANCE hInstance, Test t; INT_PTR i; + W32DLib::Common::Initialise(); + #ifdef DATAX_TEST std::cout << "DATAX_TEST enabled" << std::endl; #endif |