-
Notifications
You must be signed in to change notification settings - Fork 0
/
path_resume.txt
67 lines (51 loc) · 1.79 KB
/
path_resume.txt
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
/Developer/Cocotron/cocotron/InstallCDT/
installFolder=/Developer
productName=Cocotron
productVersion=1.0
# ## Windows / linux
targetPlatform
# ## i386
targetArchitecture
# ## GCC / LLVM
compiler
compilerVersion
compilerVersionDate
# ## solaris / FreeBSD release
osVersion
# ## cpu bits
wordSize
# ##### #############@
target relative
# ##### #############@
compilerTarget = i386-pc-mingw32msvc$osVersion
compilerConfigureFlags
binutilsConfigureFlags
# ##### #############@
path relative
# ##### #############@
scriptResources="$installResources/scripts"
toolResources="$installResources/tools"
# ## /Developer/Cocotron/1.0
productFolder=$installFolder/$productName/$productVersion
# ## /Developer/Cocotron/1.0/Downloads
downloadFolder=$productFolder/Downloads
# ## /Developer/Cocotron/1.0/Source
sourceFolder=$productFolder/Source
# ## /Developer/Cocotron/1.0/PlatformInterfaces/i386-pc-mingw32msvc$osVersion
# ## PREFIX=`pwd`/../system/i386-mingw32msvc
# ## INCLUDE=$PREFIX/include
# ## BIN=$PREFIX/bin
# ## LIB=$PREFIX/lib
# CXX = /Developer/Cocotron/1.0/Windows/i386/gcc-4.3.1/bin/i386-pc-mingw32msvc-g++
# C = /Developer/Cocotron/1.0/Windows/i386/gcc-4.3.1/bin/i386-pc-mingw32msvc-gcc
# LIB = /Developer/Cocotron/1.0/Windows/i386/gcc-4.3.1/bin/i386-pc-mingw32msvc-ar cr
interfaceFolder=$productFolder/PlatformInterfaces/$compilerTarget
# ## /Developer/Cocotron/1.0/build/windows/i386/
buildFolder=$productFolder/build/$targetPlatform/$targetArchitecture
# ## /Developer/Cocotron/1.0/windows/i386/gcc-4.2.1
# ## /Developer/Cocotron/1.0/windows/i386/llvm-clang-trunk
resultFolder=$productFolder/$targetPlatform/$targetArchitecture/$compiler-$compilerVersion
# ## /Developer/Cocotron/1.0/bin
toolFolder=$productFolder/bin
PATH="$resultFolder/bin:$PATH"
BASEDIR=$productFolder/$targetPlatform/$targetArchitecture