You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux now builds into linux/i386 or linux/x86_64 folders depending on host system architecture.
Environment makefile now defines ARCH to be i386 or x86_64 depending on host system architecture.
Environment makefile now defines PREBUILT_LIB_DIR to be appropriate based on host system architecture.
Added include of environment makefile to all project makefiles.
Linking of final targets with stdc++ is now automatically determined (x64 dynamically, i386 statically).
Added referencing comments (x64) to stride fixes and operator new signature.
Made top-level clean rule only remove 'linux' sub-folder.
Linker scripts for installer and standalone renamed to reflect architecture.
0 commit comments