xserver

xserver with xephyr scale patch
git clone https://git.neptards.moe/u3shit/xserver.git
Log | Files | Refs | README | LICENSE

cross-i686-w64-mingw32.txt (544B)


      1 [binaries]
      2 c = 'i686-w64-mingw32-gcc'
      3 cpp = 'i686-w64-mingw32-g++'
      4 ar = 'i686-w64-mingw32-ar'
      5 strip = 'i686-w64-mingw32-strip'
      6 pkgconfig = '/usr/local/bin/i686-w64-mingw32-pkg-config'
      7 windres = 'i686-w64-mingw32-windres'
      8 exe_wrapper = 'wine'
      9 
     10 [properties]
     11 # Directory that contains 'bin', 'lib', etc for the toolchain
     12 root = '/usr/i686-w64-mingw32'
     13 # Directory that contains 'bin', 'lib', etc which have been cross-compiled
     14 sys_root = '/usr/i686-w64-mingw32'
     15 
     16 [host_machine]
     17 system = 'windows'
     18 cpu_family = 'x86'
     19 cpu = 'i686'
     20 endian = 'little'