]> 4ch.mooo.com Git - 16.git/blob - setvars.sh
added some notes ^^
[16.git] / setvars.sh
1 #!/bin/sh
2 # *****************************************************************
3 # setvars - Linux version
4 # *****************************************************************
5 # NOTE: Do not use this script directly, but copy it and
6 #       modify it as necessary for your own use!!
7
8 # Change this to point your Open Watcom source tree
9 export OWROOT=/home/sparky4/p/watcom2
10
11 # Subdirectory to be used for building OW build tools
12 export OWOBJDIR=binbuild
13
14 # Set this entry to identify your toolchain used by build process
15 # supported values are WATCOM GCC CLANG
16 #export OWTOOLS=WATCOM
17 export OWTOOLS=GCC
18
19 # Documentation related variables
20
21 # Set this variable to 0 to suppress documentation build
22 export OWDOCBUILD=0
23
24 # Change this to the PATH required by GhostScript for PDF creation on used host OS (optional)
25 # export OWGHOSTSCRIPTPATH=$PATH
26
27 # Set appropriate variables to point to Windows help compilers which you 
28 # have installed
29 #
30 # OWWIN95HC specifies the Microsoft compiler used to build 32-bit ".hlp" 
31 #    files, common on Win 95/98/ME
32 # OWHHC specifies the Microsoft HTML Help Workshop compiler used to build 
33 #    Compressed HTML help ".chm" files, common on Win2k and later
34 # OWCHMCMD specifies the Free Pascal HTML Help compiler, an alternative 
35 #    compiler that can also build Compressed HTML help ".chm" files, 
36 #    available natively on non-Windows OSes
37 #export OWWIN95HC=hcrtf
38 #export OWHHC=hhc
39 #export OWCHMCMD=chmcmd
40
41 # build process requires WGML utility which is available only as DOS executable
42 # it is necessary to have some DOS emulator installed
43 # DOSBOX emulator is available on most platforms
44 # DOSEMU emulator is available on Linux (Intel platform)
45 # if DOSBOX emulator is used then OWDOSBOX variable must be set
46 # Uncoment and set OWDOSBOX variable bellow to point to DOSBOX emulator executable
47
48 export OWDOSBOX=dosbox
49
50 # Invoke the script for the common environment
51 . $OWROOT/cmnvars.sh
52
53 #cd $OWROOT