equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: |
|
15 # |
|
16 # ============================================================================ |
|
17 # |
|
18 # $Id: instregw.mk,v 1.1 2005/11/05 15:25:06 slava Exp $ |
|
19 # |
|
20 # Makefile for compiling instregw.exe |
|
21 # instreg.mk must be built first |
|
22 # |
|
23 # ============================================================================ |
|
24 |
|
25 !IFNDEF EPOCROOT |
|
26 EPOCROOT = \ |
|
27 !ENDIF |
|
28 |
|
29 ProjectDir = .. |
|
30 TargetExe = instregw.exe |
|
31 ReleaseExeDir = $(ProjectDir)\instreg\build\winrel |
|
32 WinsCwReleaseDir = $(EPOCROOT)epoc32\release\winscw\udeb |
|
33 |
|
34 Workspace = $(ProjectDir)\s60nmit.dsw |
|
35 ReleaseTarget = "instreg - Win32 WinRel" |
|
36 |
|
37 !INCLUDE ..\..\Ecmt\group\winexe.mk |