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.
 
 
 
 
 

24 lines
328 B

WXDIR = $(WXWIN)
TARGET=3d-viewer
DLLSUFF=.dll
include ../libs.win
DLLGEN=dllwrap --export-all --output-def $(TARGET).def --implib lib$(TARGET).a --driver-name c++
all: $(TARGET).a
include makefile.include
$(TARGET).a: $(OBJECTS3D)
ar ruv $@ $(OBJECTS3D)
ranlib $@
clean :
rm -f *.o
rm -f *.bak
rm -f $(TARGET).a