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