diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-11 23:00:49 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-11 23:00:49 +0000 |
commit | f3ed8d376f743968a824819e9110272288607da4 (patch) | |
tree | 4c5b1d1fdb6984b28bbfa5013d7519b4f4a7e33b /src/test/GNUmakefile | |
parent | a6c8b4498363db99d0de8f15e7bc8a9cfc1a7f81 (diff) |
Added Common::Initalise() and updated libraries
Diffstat (limited to 'src/test/GNUmakefile')
-rw-r--r-- | src/test/GNUmakefile | 4 |
1 files changed, 2 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 |