diff options
author | Günther Deschner <gd@samba.org> | 2010-05-10 11:22:32 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-10 11:50:29 +0200 |
commit | f754942862f0405454834154154c4b3b737ba53a (patch) | |
tree | e118daaacfe68bfc5f761036e3f8cce729f0a0e3 /testprogs | |
parent | 86ec5fe3ee843f35a4577203b1c9f7d8739b80e3 (diff) | |
download | samba-f754942862f0405454834154154c4b3b737ba53a.tar.gz |
testprogs: update Makefile.mingw (although mingw current cant build it).
Guenther
Diffstat (limited to 'testprogs')
-rw-r--r-- | testprogs/win32/spoolss/Makefile.mingw | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testprogs/win32/spoolss/Makefile.mingw b/testprogs/win32/spoolss/Makefile.mingw index 4ff71552505..7c66075aed3 100644 --- a/testprogs/win32/spoolss/Makefile.mingw +++ b/testprogs/win32/spoolss/Makefile.mingw @@ -4,7 +4,7 @@ LDFLAGS=-L/usr/i686-pc-mingw32/sys-root/mingw/lib CC=/usr/bin/i686-pc-mingw32-gcc LIBS=-lwinspool -all: spoolss.exe +all: testspoolss.exe clean: rm -vf *.exe tags @@ -17,7 +17,7 @@ proto: mkproto.pl printlib.c --private=printlib_proto.h --public=printlib_proto_pub.h --srcdir=. --builddir=. mkproto.pl torture.c --private=torture_proto.h --public=torture_proto_pub.h --srcdir=. --builddir=. -spoolss.exe: spoolss.c printlib.c torture.c error.c - @echo Compiling spoolss.exe - @$(CC) $(CFLAGS) $(LDFLAGS) spoolss.c printlib.c torture.c error.c $(LIBS) -o spoolss.exe +testspoolss.exe: testspoolss.c printlib.c torture.c error.c + @echo Compiling testspoolss.exe + @$(CC) $(CFLAGS) $(LDFLAGS) testspoolss.c printlib.c torture.c error.c $(LIBS) -o testspoolss.exe |