editor/bass-sys/win/bass24/c/rectest/makefile

11 lines
155 B
Makefile
Raw Normal View History

2021-01-05 10:17:41 +00:00
include ..\makefile.in
TARGET = rectest.exe
FLAGS += -mwindows
LIBS += -lcomdlg32 -lcomctl32
all: $(TARGET)
clean:
$(RM) $(OUTDIR)\$(TARGET)