-
Notifications
You must be signed in to change notification settings - Fork 9
/
my-config.bat
48 lines (39 loc) · 2 KB
/
my-config.bat
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
@ECHO OFF
rem Copyright (c) 2013, International Business Machines
rem Corporation and others. All rights reserved.
rem File containing the individual drive and path settings
rem
rem This file is called by setvar.bat
rem
rem Please adjust this drive and path settings to your enviroment
rem Please also note that the message compiler file can only process file name with 8.3 restrictions. Avoid
rem using any directory or file name longer than 8.3.
rem
rem Drive of OpenTM2 source
set _DRIVE=E:
rem OpenTM2 source root directory
set _DEVDIR=OpenTM2Community\opentm2
rem Drive letter of VisualStudio and Windows SDK installation
set _COMP=C:
rem tool for OS/2 format message file creation
set _MSG_MAKER=C:\TOOLS\MSMSGF.EXE
SET ZIPTOOL="C:\Program Files (x86)\7-Zip\7z.exe"
SET ZIPOPTIONS=a -r
rem Microsoft Visual C++ settings
rem These settings have to be adjusted as well when other version of VisualStudio are being used
rem or the programs have not been installed using the standard installation settings
set _windowssdk=C:\program files (x86)\Microsoft SDKs\Windows\v7.0A
set vclib=%_COMP%\program files (x86)\Microsoft Visual Studio 10.0\vc\LIB;%_COMP%\program files (x86)\Microsoft Visual Studio 10.0\Vc\atlmfc\lib;%_windowssdk%\lib;
set VCINCLUDE=%_COMP%\program files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE;%_COMP%\program files (x86)\Microsoft Visual Studio 10.0\vc\MFC\INCLUDE;%_DRIVE%\%_DEVDIR%winincl;%_COMP%\program files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\include;%_windowssdk%\Include
rem settings for Axis2/C + staff package
SET AXIS2C_HOME=E:\WS\axis2c
SET STAFF_HOME=E:\WS\staff
SET _AXIS2C_INCL=E:\ws\axis2c\include
rem settings for NSIS installer
SET _NSISMAKE_EXE="C:\Program Files (x86)\NSIS\makensis"
rem settings for ICU
SET _ICU_INCL=E:\OpenTM2Dev\icu\include
SET ICULIB=E:\OpenTM2Dev\icu\lib
rem settings for HUNSPELL
SET _HUNSPELL_INCL=E:\OpenTM2Dev\hunspell\hunspell-1.3.2\src
SET HUNSPELLLIBDIR=%_DRIVE%\%_DEVDIR%\packages\lib