mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +01:00
make: MinGW port
This commit is contained in:
parent
60f70015f3
commit
1c812446e6
5 changed files with 14 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue