You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
211 B
16 lines
211 B
WXDIR = $(WXWIN)
|
|
|
|
all: common.a
|
|
|
|
include ../libs.win
|
|
|
|
include makefile.include
|
|
|
|
common.a: $(OBJECTS) ../libs.win makefile.include
|
|
ar ruv $@ $(OBJECTS)
|
|
ranlib $@
|
|
|
|
clean:
|
|
rm -f *.bak
|
|
rm -f *.o
|
|
rm -f common.a
|