editor/bass-sys/bass24/c/3dtest/makefile

11 lines
162 B
Makefile
Raw Normal View History

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