head	1.5;
access;
symbols
	RC3_1_1_2:1.5
	R_1_1_0:1.5
	R_1_0_1:1.4
	R_1_0_0:1.4;
locks; strict;
comment	@# @;


1.5
date	2007.12.29.16.51.03;	author wkpark;	state Exp;
branches;
next	1.4;

1.4
date	2006.12.30.01.48.59;	author wkpark;	state Exp;
branches;
next	1.3;

1.3
date	2006.10.12.22.13.53;	author wkpark;	state Exp;
branches;
next	1.2;

1.2
date	2003.12.27.15.20.42;	author perky;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.26.22.03.07;	author perky;	state Exp;
branches;
next	;


desc
@@


1.5
log
@version up
@
text
@#
# Maintainer Buildtool for nmake
#
# $Saenaru: saenaru/Makefile,v 1.4 2006/12/30 01:48:59 wkpark Exp $
#

RELVERSION=	1.0.1
SETUPEXE=	setup\Saenaru-$(RELVERSION).exe
IMEBUILDDIR=	src\objfre_wxp_x86\i386
NSISDIR=	C:\Program Files\NSIS

all: $(SETUPEXE)

clean:
	del $(SETUPEXE)
	cd $(IMEBUILDDIR) && del /F /Q *.*

$(SETUPEXE): $(IMEBUILDDIR)\saenaru.ime
	cd setup
	"$(NSISDIR)\makensis.exe" saenaru.nsi

$(IMEBUILDDIR)\saenaru.ime:
	cd src && build -c

# ex: ts=8 sts=8 sw=8 noet
@


1.4
log
@release 1.0
@
text
@d4 1
a4 1
# $Saenaru: saenaru/Makefile,v 1.3 2006/10/12 22:13:53 wkpark Exp $
d7 1
a7 1
RELVERSION=	1.0
@


1.3
log
@fix for new DDK
@
text
@d4 1
a4 1
# $Saenaru: saenaru/Makefile,v 1.2 2003/12/27 15:20:42 perky Exp $
d7 1
a7 1
RELVERSION=	061013
@


1.2
log
@Install dictionary files into $INSTDIR.
@
text
@d4 1
a4 1
# $Saenaru: saenaru/Makefile,v 1.1 2003/12/26 22:03:07 perky Exp $
d7 1
a7 1
RELVERSION=	031226
d9 1
a9 1
IMEBUILDDIR=	src\objfre\i386
@


1.1
log
@Add basic install scripts. (it doesn't work yet)
@
text
@d4 1
a4 1
# $Saenaru$
d8 1
a8 1
SETUPEXE=	Saenaru-$(RELVERSION).exe
d10 1
a10 1
NSISDIR=	"C:\Program Files\NSIS"
d19 2
a20 1
	echo "MERONG"
@

