summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-04-25 20:54:55 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-04-25 20:54:55 +0000
commit276f1eea2c303a4c9e811f05facbe29deed43a85 (patch)
treed533d8921d5a42157d2fc5af90031d8d551efc72 /tests
parentd6c6eb3d92e857a296134c68c2cd590636b1fb63 (diff)
downloadglib-276f1eea2c303a4c9e811f05facbe29deed43a85.tar.gz
Minor details fixed.
Diffstat (limited to 'tests')
-rw-r--r--tests/makefile.cygwin10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/makefile.cygwin b/tests/makefile.cygwin
index 62c4b290c..84cd3c71a 100644
--- a/tests/makefile.cygwin
+++ b/tests/makefile.cygwin
@@ -8,9 +8,6 @@
# cl -? described the options
CC = gcc -mno-cygwin -mpentium
-# No general LDFLAGS needes
-LDFLAGS = /link
-
GLIB_VER = 1.3
CFLAGS = -I.. -DHAVE_CONFIG_H
@@ -38,13 +35,10 @@ all : $(TESTS)
.c.exe :
$(CC) $(CFLAGS) -c $<
- $(CC) $(CFLAGS) -o $@ $< -L.. -lglib-$(GLIB_VER) -lmsvcrt
+ $(CC) $(CFLAGS) -o $@ $< -L.. -lglib-$(GLIB_VER)
check: all
@for P in $(TESTS) ; do echo $$P; ./$$P; done
clean:
- rm *.exe
- rm *.o
- rm *.dll
- rm *.exp
+ -rm *.exe *.o