Kaydet (Commit) 8dbe31e0 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Set TARGETPLATFORM=BUILD, idlc is for the build platform

It doesn't build yet when cross-compiling, though. It needs REGLIB,
SALLIB and SALHELPERLIB, and so far these get built only for the host
platform when cross-compiling.

Need to fix that. Can't have this ad-hoc mixing of build platform
tools and host platform libs in the same OUTDIR any more. When
cross-compiling we should do a full separation of binaries for build
and host. Libraries like SALLIB are needed for both.
üst c1abc2ec
...@@ -30,6 +30,7 @@ PRJ=.. ...@@ -30,6 +30,7 @@ PRJ=..
PRJNAME=idlc PRJNAME=idlc
TARGET=idlc TARGET=idlc
TARGETTYPE=CUI TARGETTYPE=CUI
TARGETPLATFORM=BUILD
LIBTARGET=NO LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE ENABLE_EXCEPTIONS=TRUE
......
...@@ -30,6 +30,7 @@ PRJ=..$/.. ...@@ -30,6 +30,7 @@ PRJ=..$/..
PRJNAME=idlc PRJNAME=idlc
TARGET=idlcpp TARGET=idlcpp
TARGETTYPE=CUI TARGETTYPE=CUI
TARGETPLATFORM=BUILD
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
......
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