editor/bass-sys/win/bass24/c/3dtest/makefile
2021-01-07 21:37:50 -06:00

10 lines
162 B
Makefile

include ..\makefile.in
TARGET = 3dtest.exe
FLAGS += -mwindows
LIBS += -lcomdlg32 -lcomctl32 -lgdi32
all: $(TARGET)
clean:
$(RM) $(OUTDIR)\$(TARGET)