summaryrefslogtreecommitdiff
path: root/src/test/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/GNUmakefile')
-rw-r--r--src/test/GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/GNUmakefile b/src/test/GNUmakefile
index 97ca9c0..fe28cb0 100644
--- a/src/test/GNUmakefile
+++ b/src/test/GNUmakefile
@@ -18,7 +18,7 @@
#
# -------------------------------------------------------------------------
#
-# $Id: GNUmakefile,v 1.1 2005-03-24 00:07:40 ianc Exp $
+# $Id: GNUmakefile,v 1.2 2005-04-05 01:01:58 ianc Exp $
#
@@ -26,7 +26,7 @@ TARGET = w32dtst.exe
SOURCES = w32dtst.cpp
-LIB = ../w32dlib.a
+LIB = -L.. -lw32dlib
RES = dialog
@@ -36,7 +36,7 @@ FLAGS = -I.. -Wall -L.. -g
DEPEND = depend.mak
-$(TARGET): $(OBJECTS) $(LIB)
+$(TARGET): $(OBJECTS) ../libw32dlib.a
$(CXX) -o $(TARGET) $(FLAGS) $(OBJECTS) -mwindows -mconsole $(LIB)
$(RES).o: $(RES).rc $(RES).h