~ubuntu-branches/ubuntu/gutsy/ogdi-dfsg/gutsy

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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
echo off
rem  Copyright (C) 1996 Her Majesty the Queen in Right of Canada.
rem  Permission to use, copy, modify and distribute this software and
rem  its documentation for any purpose and without fee is hereby granted,
rem  provided that the above copyright notice appear in all copies, that
rem  both the copyright notice and this permission notice appear in
rem  supporting documentation, and that the name of Her Majesty the Queen
rem  in Right  of Canada not be used in advertising or publicity pertaining
rem  to distribution of the software without specific, written prior
rem  permission.  Her Majesty the Queen in Right of Canada makes no
rem  representations about the suitability of this software for any purpose.
rem  It is provided "as is" without express or implied warranty.




rem
rem Visual Developer Studio files.
rem

set MSDevDir=C:\msvc5\DevStudio\SharedIDE


rem
rem Visual C++ files.
rem

set MSVCDir=C:\msvc5\DevStudio\VC


rem
rem Installation disk.
rem

set INSTALLDISK=C:


rem
rem Path to GNU tools.
rem

set GNUTOOLS=%INSTALLDISK%\usr\bin


rem
rem The shell.
rem

set shell=%INSTALLDISK%\bin\sh.exe


rem
rem Root of the sources.
rem

set TOPDIR=%INSTALLDISK%/devdir


rem
rem Target environment.
rem

set TARGET=win32


rem
rem Special flag for the b19 version number of the GNUTools.
rem

set MAKE_MODE=UNIX


echo Setting environment variables, then starting BASH.


set PATH="%MSDevDir%\BIN;%MSVCDir%\BIN";"%MSVCDir%\BIN\%VcOsDir%";%MSDevDir%\BIN;%MSVCDir%\BIN;%MSVCDir%\BIN\%VcOsDir%;"%GNUTOOLS%";%GNUTOOLS%;"%TOPDIR%"\bin\"%TARGET%";%PATH%
set INCLUDE=%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%MSVCDir%\ATL\INCLUDE;%INCLUDE%
set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB%


%GNUTOOLS%\bash.exe