1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
all: Makefile.rel cd .. && qmake KW_CONFIG=release CONFIG+=WIN9x -o Makefile.win9x.release && nmake -nologo -f Makefile.win9x.release clean: del obj_rel\*.obj FORCE: distclean: clean ####### Compile ####### Install install: uninstall: