summaryrefslogtreecommitdiffstats
path: root/win/9x/Makefile.rel
blob: 39ad12cba2e428cda01fe239be69ed709da99b8d (plain)
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: