search for: copy_runtime_dl

Displaying 2 results from an estimated 2 matches for "copy_runtime_dl".

Did you mean: copy_runtime_dlls
2015 Mar 09
5
Notes on building a gcc toolchain for Rtools (but not multilib)
...-135,12 +137,12 @@ # Full paths of extra DLLs that need to be shipped # e.g # DLLs32 = c:/R/bin/pthreadGC2-w32.dll -# DLLs64 = c:/R/bin64/pthreadGC2-w64.dll +DLLs64 = c:/MinGW/bin/pthreadGC2.dll # DLLs32 = # DLLs64 = # Define this to 1 if using the gcc 4.9.2 toolchain with dynamic linking -# COPY_RUNTIME_DLLS = +COPY_RUNTIME_DLLS = 1 ## ====== configuration macros for building MSI installer =========== -------------------------------------------------- + (I don't know whether the DLLs64 and COPY_RUNTIME_DLLS changes above are necessary or not. C:/MinGW/bin is where I put the pthreads DLL th...
2015 Mar 09
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...s that need to be shipped > # e.g > # DLLs32 = c:/R/bin/pthreadGC2-w32.dll > -# DLLs64 = c:/R/bin64/pthreadGC2-w64.dll > +DLLs64 = c:/MinGW/bin/pthreadGC2.dll > # DLLs32 = > # DLLs64 = > > # Define this to 1 if using the gcc 4.9.2 toolchain with dynamic linking > -# COPY_RUNTIME_DLLS = > +COPY_RUNTIME_DLLS = 1 > > ## ====== configuration macros for building MSI installer =========== > > -------------------------------------------------- > > + (I don't know whether the DLLs64 and COPY_RUNTIME_DLLS changes > above are necessary or not. C:/MinG...