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

Cross-compilation fix

checknewapi.pl can run regview fine on Windows even if the name
doesn't include the .exe suffix. So drop the use of EXECPOST and then
this will work also in the case of cross-compilation to Windows, where
EXECPOST is .exe for HOST, but we aren't running a HOST regview but a
BUILD one.
üst ea4291dc
...@@ -151,7 +151,7 @@ REGISTRYCHECKFLAG=$(MISC)$/registrycheck.flag ...@@ -151,7 +151,7 @@ REGISTRYCHECKFLAG=$(MISC)$/registrycheck.flag
UNOTYPE_STATISTICS=$(MISC)$/unotype_statistics.txt UNOTYPE_STATISTICS=$(MISC)$/unotype_statistics.txt
REGVIEWTOOL=$(SOLARBINDIR)$/regview$(EXECPOST) REGVIEWTOOL=$(SOLARBINDIR)$/regview
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
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