mirror of
https://github.com/upx/upx.git
synced 2025-02-23 17:41:36 +00:00
Updates.
committer: mfx <mfx> 1090577049 +0000
This commit is contained in:
parent
0dda83cbbc
commit
ef490c4220
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user