272
edits
Hamzaalloush (talk | contribs) m (→MXE's Makefile) |
Hamzaalloush (talk | contribs) |
||
| Line 128: | Line 128: | ||
</pre> | </pre> | ||
an installed/$(1) file, is a file indicating what MXE thought was a successful build, | an installed/$(1) file, is a file indicating what MXE thought was a successful build. in our example, a $(PREFIX)/$(3)/installed/fgfs, is an empty file generated for this purpose. | ||
$(PREFIX): returns the absolute path of ${mxe_dir}/usr | $(PREFIX): returns the absolute path of ${mxe_dir}/usr | ||
$(3): is the triplet name, in the form of ${triplet}.${linker_configuration}. see: https://sourceforge.net/p/mingw-w64/wiki2/TypeTriplets/ | $(3): is the triplet name, in the form of ${triplet}.${linker_configuration}. see: https://sourceforge.net/p/mingw-w64/wiki2/TypeTriplets/ | ||
edits