blob: 5744c4c09217d1aa3493a1a2b0355b0b12f48b88 [file] [log] [blame]
@echo off
rem *******************************************************************************
rem Copyright (c) 2000, 2004 IBM Corporation and others.
rem All rights reserved. This program and the accompanying materials
rem are made available under the terms of the Common Public License v1.0
rem which accompanies this distribution, and is available at
rem http://www.eclipse.org/legal/cpl-v10.html
rem
rem Contributors:
rem IBM Corporation - initial API and implementation
rem *******************************************************************************
@echo off
IF NOT "%JAVA_HOME%"=="" GOTO MAKE
rem *****
rem Javah
rem *****
set JAVA_HOME=j:\teamswt\swt-builddir\ibm-jdk1.4.1
set path=%JAVA_HOME%;%path%
rem ********
rem MSVC 6.0
rem ********
call k:\dev\products\msvc60\vc98\bin\vcvars32.bat
rem ******
rem MS-SDK
rem ******
set Mssdk=K:\dev\PRODUCTS\PLATSDK\feb2003
call %mssdk%\setenv.bat
rem *****
rem mozilla dist folder
rem *****
set MOZILLA_HOME=W:\mozilla\1.5\win32\mozilla\dist
:MAKE
nmake -f make_win32.mak %1 %2 %3 %4