make: MinGW port

This commit is contained in:
Jan Lindemann 2007-07-16 15:15:16 +00:00 committed by Jan Lindemann
commit 1c812446e6
5 changed files with 14 additions and 6 deletions

View file

@ -4,7 +4,7 @@ include $(MODDIR)/make/defs.mk
all: $(PLUGIN_VERSION_LIB)
clean: thisclean
version.o: version.cpp
g++ $(CPPFLAGS) -o $@ -c $<
$(CPP) $(CPPFLAGS) -o $@ -c $<
thisclean:
rm -f version.o