installationservices/swi/test/genbackupmeta/genbackupmeta.fil
author Pat Downey <patd@symbian.org>
Wed, 02 Jun 2010 10:22:04 +0100
changeset 38 cc9e67f5f0fc
parent 0 ba25891c3a9e
permissions -rw-r--r--
Re-merge iby creation mods, sqlite_secure(bug 2548). docml files included in Nokia delivery.

# Build WLDCOMP, a strange WINC/Win32 hybrid
#
!IF "$(PLATFORM)" == "WINSCW"
TOOLNAME=genbackupmeta
SRCDIR=..\genbackupmeta


!if "$(CFG)" == "REL"
VC_CFG="$(TOOLNAME) - Win32 Release"
CFG=UREL
!else
VC_CFG="$(TOOLNAME) - Win32 Debug"
CFG=UDEB
!endif

maketool :
	cd $(SRCDIR)
	echo NMAKE /S /NOLOGO /f $(SRCDIR)\$(TOOLNAME).MAK CFG=$(VC_CFG)
	NMAKE /S /NOLOGO /f $(SRCDIR)\$(TOOLNAME).MAK CFG=$(VC_CFG)
	echo ..\tgenbackupmeta\scripts\preparemeta.pl $(PLATFORM) $(CFG)
	..\tgenbackupmeta\scripts\preparemeta.pl $(PLATFORM) $(CFG)

!ELSE
maketool :do_nothing

!ENDIF
do_nothing:
	rem do nothing

#
# The targets invoked by abld...
#

MAKMAKE : do_nothing
FREEZE : do_nothing
LIB : do_nothing
RESOURCE : do_nothing
CLEANLIB : do_nothing
FINAL : do_nothing

SAVESPACE : BLD

BLD : maketool

CLEAN : 
	cd $(SRCDIR)
	echo NMAKE /S /NOLOGO /f $(SRCDIR)\$(TOOLNAME).MAK CLEAN CFG=$(VC_CFG)
	NMAKE /S /NOLOGO /f $(SRCDIR)\$(TOOLNAME).MAK CLEAN CFG=$(VC_CFG)
	-@erase $(TOOL)

RELEASABLES : 
	echo $(TOOL)