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