Lines Matching refs:binaries
35 binaries, which include the strings "32" or "64" in their names. The 32-bit
36 binaries work fine on most versions of Windows, but some 64-bit
38 the 64-bit binaries.
89 The Windows binaries I've compiled do not support Unicode UTF-16LE GPT
132 cross-compiler. This system can compile the gdisk and fixparts binaries with
135 you can type "TARGET=win32 make" to compile 32-bit binaries, and
136 "TARGET=win64 make" to compile 64-bit binaries. This will attempt to build
139 binaries by specifying them, as in "TARGET=win64 make gdisk" to build the
147 mingw-w64-x86_64-ncurses" if you want to compile 64-bit binaries; change
169 For 32-bit binaries, change /mingw64 to /mingw32 on the Windows source and
189 The Makefile is configured to create statically-linked binaries so as to
190 simplify installation of the binaries. If you want smaller binaries, you can
192 binaries ("make strip") to remove unused code.