For easy mingw use.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1372 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-09-24 21:36:41 +00:00
parent 45ca3e5401
commit f814d3a67c
1 changed files with 4 additions and 0 deletions

View File

@ -10,5 +10,9 @@ qtv: $(OBJS) qtv.h
$(CC) $(CFLAGS) $(OBJS) -o $@.db -lm $(LDFLAGS)
$(STRIP) $(STRIPFLAGS) $@.db -o $@
qtv.exe:
$(MAKE) qtv CFLAGS=-mno-cygwin LDFLAGS="-lwsock32 -lwinmm"
mv qtv qtv.exe
clean:
rm -rf qtv qtv.db *.o