summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt.opengl/win32/gl_library/build.bat
blob: 9d6a37a9237f728b81a5fc379599787fc8fd2b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
rem *******************************************************************************
rem  Copyright (c) 2000, 2003 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\ive\bin
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=j:\teamswt\swt-builddir\mssdk
call %mssdk%\setenv.bat

:MAKE
nmake -f make_win32.mak %1 %2 %3 %4