Changeset 192


Ignore:
Timestamp:
Dec 7, 2010, 1:57:00 PM (15 years ago)
Author:
dmik
Message:

make: emxlibwrap* -> libwrap* (Odin32 does no longer provide special EMX versions).

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r188 r192  
    66
    771.  GCC 4.4.4 + WLINK (ftp://ftp.netlabs.org/pub/qt4/tools/gcc-4_4_4-complete-20100712.zip)
    8 2.  Odin32 SDK (take from SVN at http://svn.netlabs.org/repos/odin32/trunk)
     82.  Odin32 SDK (take from SVN at http://svn.netlabs.org/repos/odin32/trunk,
     9    configure with configure.cmd --use-oldlib)
    9103a. Java 1.5.0 (so far, download link is to be clarified)
    10 3b. JAXB 2.1 (https://jaxb.dev.java.net/2.1/JAXB2_20061211.jar, install it with java -jar JAXB2_20061211.jar)
     113b. JAXB 2.1 (https://jaxb.dev.java.net/2.1/JAXB2_20061211.jar,
     12    install it with java -jar JAXB2_20061211.jar)
    11134a. Ant 1.8.1 (http://ant.apache.org/bindownload.cgi)
    12144b. Patched ant.jar for Ant 1.8.1 (ftp://ftp.netlabs.org/pub/qt4/tmp/ant-1.8.1-patch-os2_cmd_line_length.zip)
    13155.  Object REXX (can bue turned on system-wide with the standard SWITCHRX.CMD script)
    14 6.  The contents of the j2sdk-image directory of the Windows build of OpenJDK6 (for parts still missing from the OS/2 port)
     166.  The contents of the j2sdk-image directory of the Windows build of OpenJDK6
     17    (for parts still missing from the OS/2 port)
    1518
    1619Copy LocalEnv.tpl.cmd to LocalEnv.cmd and alter according to your environment
  • trunk/openjdk/hotspot/make/os2/makefiles/compile.make

    r133 r192  
    7777               -lcomdlg32.lib -ladvapi32.lib -lshell32.lib -lole32.lib \
    7878               -loleaut32.lib -lWsock32.lib -lwinmm.lib \
    79                -lemxlibwrap0.lib -lemxlibwrap1.lib
     79               -llibwrap0.lib -llibwrap1.lib
  • trunk/openjdk/jdk/make/common/Defs-os2.gmk

    r166 r192  
    164164LDFLAGS_COMMON  += -lkernel32.lib -luser32.lib -ladvapi32.lib \
    165165                                   -lminivcrt.lib -lntdll.lib \
    166                                    -lemxlibwrap0.lib -lemxlibwrap1.lib
     166                                   -llibwrap0.lib -llibwrap1.lib
    167167
    168168#
Note: See TracChangeset for help on using the changeset viewer.