2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
- * tests/makefile.mingw.in: Add module-test rules.
+ * tests/makefile.mingw.in
+ * tests/makefile.msc.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
- * tests/makefile.mingw.in: Add module-test rules.
+ * tests/makefile.mingw.in
+ * tests/makefile.msc.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
- * tests/makefile.mingw.in: Add module-test rules.
+ * tests/makefile.mingw.in
+ * tests/makefile.msc.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
- * tests/makefile.mingw.in: Add module-test rules.
+ * tests/makefile.mingw.in
+ * tests/makefile.msc.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
- * tests/makefile.mingw.in: Add module-test rules.
+ * tests/makefile.mingw.in
+ * tests/makefile.msc.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
- * tests/makefile.mingw.in: Add module-test rules.
+ * tests/makefile.mingw.in
+ * tests/makefile.msc.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
- * tests/makefile.mingw.in: Add module-test rules.
+ * tests/makefile.mingw.in
+ * tests/makefile.msc.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
2001-03-29 Tor Lillqvist <tml@iki.fi>
* glib.def: Updates.
- * tests/makefile.mingw.in: Add module-test rules.
+ * tests/makefile.mingw.in
+ * tests/makefile.msc.in: Add module-test rules.
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com>
# Nothing much configurable below
-INCLUDES = -I..
+INCLUDES = -I .. -I ../gmodule
DEFINES = -DHAVE_CONFIG_H
TESTS = \
list-test.exe \
mainloop-test.exe\
markup-test.exe \
+ module-test.exe \
node-test.exe \
queue-test.exe \
rand-test.exe \
threadpool-test.exe\
tree-test.exe \
type-test.exe \
- unicode-encoding.exe
+ unicode-encoding.exe \
+ libmoduletestplugin_a.dll \
+ libmoduletestplugin_b.dll
all : $(TESTS)
$(CC) $(CFLAGS) -c $<
$(CC) $(CFLAGS) -Fe$@ $< ..\glib-$(GLIB_VER).lib ..\gmodule\gmodule-$(GLIB_VER).lib ..\gthread\gthread-$(GLIB_VER).lib $(LDFLAGS) /subsystem:console
+libmoduletestplugin_a.dll : libmoduletestplugin_a.obj
+ $(CC) $(CFLAGS) -LD libmoduletestplugin_a.obj ..\gmodule\gmodule-$(GLIB_VER).lib ..\glib-$(GLIB_VER).lib $(LDFLAGS)
+
+libmoduletestplugin_b.dll : libmoduletestplugin_b.obj
+ $(CC) $(CFLAGS) -LD libmoduletestplugin_b.obj ..\gmodule\gmodule-$(GLIB_VER).lib ..\glib-$(GLIB_VER).lib $(LDFLAGS)
+
check: all
for %p in ($(TESTS)) do %p