Commit 27d77733 authored by diego's avatar diego

Create object files in a.out (aout-emx) format on OS/2. This works around

needed system tools like nm not understanding the OMF object format.
patch by Dave Yeo, daveryeo telus net


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12523 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4841f324
......@@ -1268,16 +1268,13 @@ case $targetos in
ranlib="echo ignoring ranlib"
;;
os/2*)
ar="emxomfar -p256"
ranlib="echo ignoring ranlib"
strip="lxlite"
ln_s="cp -f"
add_cflags "-Zomf"
EXESUF=".exe"
FFLDFLAGS="-Zomf -Zbin-files -Zargs-wild -Zmap"
SHFLAGS='$(NAME).def -Zdll -Zomf'
FFSERVERLDFLAGS=""
LIBSUF="_s.lib"
LIBSUF="_s.a"
SLIBPREF=""
SLIBSUF=".dll"
SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment