committer: mfx <mfx> 1090577049 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2004-07-23 10:04:09 +00:00
parent 0dda83cbbc
commit ef490c4220
3 changed files with 4 additions and 4 deletions

View File

@ -81,8 +81,8 @@ To compile the packer sources
set the environment variable UCLDIR to point to your UCL installation, e.g.
set UCLDIR=c:\src\ucl-1.02 (DOS / Windows)
export UCLDIR=$HOME/local/src/ucl-1.02 (Unix)
set UCLDIR=c:\src\ucl-1.03 (DOS / Windows)
export UCLDIR=$HOME/local/src/ucl-1.03 (Unix)
then type

View File

@ -25,7 +25,7 @@
ifeq ($(strip $(UCLDIR)),)
# change this to reflect where the UCL library is
UCLDIR = $(HOME)/local/src/ucl-1.02
UCLDIR = $(HOME)/local/src/ucl-1.03
endif
## you can set the default target here

View File

@ -7,7 +7,7 @@
ifeq ($(strip $(UCLDIR)),)
# change this to reflect where the UCL library is
UCLDIR = $(HOME)/local/src/ucl-1.02
UCLDIR = $(HOME)/local/src/ucl-1.03
endif