You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
269 B
20 lines
269 B
15 years ago
|
|
||
|
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:
|
||
|
|