summaryrefslogtreecommitdiff
path: root/makefile.mingw.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-11-28 20:04:08 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-11-28 20:04:08 +0000
commit55c7329d515ae763674d8ac6e9e30fc6fedad9cf (patch)
treebe982c4c90c26f47da3b6ab7994a92ea707ae1e5 /makefile.mingw.in
parentfe0f325777257b9266955bc4e091c9deea327a39 (diff)
downloadglib-55c7329d515ae763674d8ac6e9e30fc6fedad9cf.tar.gz
Patches by Hans Breuer:
2000-11-28 Tor Lillqvist <tml@iki.fi> Patches by Hans Breuer: * gspawn-win32.c: Move the code for gspawn-win32-helper to its own file. * makefile.{mingw,msc}.in: Change accordingly. * gspawn-win32-helper.c: New file. * Makefile.am (EXTRA_DIST): Add it. * gmarkup.c (find_current_text_end): Fix assertion not to check an uninitialised variable. * gboxed.c: Include <string.h> for memset ().
Diffstat (limited to 'makefile.mingw.in')
-rw-r--r--makefile.mingw.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.mingw.in b/makefile.mingw.in
index e0188b930..d69122831 100644
--- a/makefile.mingw.in
+++ b/makefile.mingw.in
@@ -97,7 +97,7 @@ makefile.mingw: makefile.mingw.in
glib-$(GLIB_VER).dll : $(glib_OBJECTS) glib.def
./build-dll glib $(GLIB_VER) glib.def $(glib_OBJECTS) $(LIBICONV_LIBS) -luser32 -lwsock32
-gspawn-win32-helper.exe : gspawn-win32.c
+gspawn-win32-helper.exe : gspawn-win32-helper.c
$(CC) $(CFLAGS) -mwindows -DGSPAWN_HELPER -DG_LOG_DOMAIN=\"gspawn-win32-helper\" -o $@ $< -L . -lglib-$(GLIB_VER)
################ subdirectories