mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
Minor details fixed.
This commit is contained in:
parent
d6c6eb3d92
commit
276f1eea2c
@ -8,9 +8,6 @@
|
|||||||
# cl -? described the options
|
# cl -? described the options
|
||||||
CC = gcc -mno-cygwin -mpentium
|
CC = gcc -mno-cygwin -mpentium
|
||||||
|
|
||||||
# No general LDFLAGS needes
|
|
||||||
LDFLAGS = /link
|
|
||||||
|
|
||||||
GLIB_VER = 1.3
|
GLIB_VER = 1.3
|
||||||
|
|
||||||
CFLAGS = -I.. -DHAVE_CONFIG_H
|
CFLAGS = -I.. -DHAVE_CONFIG_H
|
||||||
@ -38,13 +35,10 @@ all : $(TESTS)
|
|||||||
|
|
||||||
.c.exe :
|
.c.exe :
|
||||||
$(CC) $(CFLAGS) -c $<
|
$(CC) $(CFLAGS) -c $<
|
||||||
$(CC) $(CFLAGS) -o $@ $< -L.. -lglib-$(GLIB_VER) -lmsvcrt
|
$(CC) $(CFLAGS) -o $@ $< -L.. -lglib-$(GLIB_VER)
|
||||||
|
|
||||||
check: all
|
check: all
|
||||||
@for P in $(TESTS) ; do echo $$P; ./$$P; done
|
@for P in $(TESTS) ; do echo $$P; ./$$P; done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm *.exe
|
-rm *.exe *.o
|
||||||
rm *.o
|
|
||||||
rm *.dll
|
|
||||||
rm *.exp
|
|
||||||
|
Loading…
Reference in New Issue
Block a user