1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-06-29 05:50:41 +00:00
Commit graph

13 commits

Author SHA1 Message Date
Fellippe Heitor fd5eb1b666 Prevents deleting .a and .o files from mingw's folders (macOS). 2021-01-24 01:40:56 -03:00
Fellippe Heitor 5860026d79 Too soon to drop osx... 2020-02-20 22:02:54 -03:00
Fellippe Heitor 172583fd17 Replaces g++ with clang for the remaining macOS scripts.
If a user has Homebrew installed, calling g++ won't use Apple's Xcode version of the tool, which is required by QB64. This fix continues on with the patch introduced in 4dbdddc89e.

Extra "osx" references replaced with "macOS", but nothing substantial (almost aesthetic).
2020-02-20 20:52:30 -03:00
FellippeHeitor 851fcb2397 Changes macOS setup script to +
+ attempt to install Xcode command line tools when not present.
2020-01-19 11:08:08 -03:00
Fellippe Heitor 79fd7081da
Hides the output of pushd/popd.
Manually adds the fix for line 15 -- from a previously merged PR
2020-01-13 11:53:52 -03:00
Jussi Hagman 84f0deb441
cleanup
use pushd X/Y/Z ; popd instead of cd X/Y/Z ; cd ../../..
2020-01-13 16:08:59 +02:00
FellippeHeitor 62acc0710c Revert "Fixes #90"
This reverts commit af0c41316a.
2019-03-31 21:01:59 -03:00
Dustin Boyd af0c41316a Fixes #90 2019-02-15 16:34:31 -06:00
Luke Ceddia bdc3250b89 Resolved the issue of user mods not working for $console:only programs 2017-09-25 21:56:24 +10:00
Luke Ceddia 18a05b79ee Corrected OSX setup script to use OSX folder instead of Linux one.
Probably a copy/paste error when writing the script.
2015-12-14 11:17:09 +11:00
Luke Ceddia c003f0bc20 Fix scroll wheel on Linux; tidy up licensing info; clean up Windows setup; fix OSX script permissions.
The scroll wheel now behaves correctly on Linux. Reports suggest that the fix does not have any effect
on OSX though. The licensing documentation is updated to reflect the fact that there are no GPL components
included in a QB64 program. Some redundant code was removed from the Windows setup script. OSX setup and
run scripts were missing the executable bit - hopefully the repository will preserve that change.
2015-08-06 21:39:16 +10:00
Luke Ceddia 6f33160368 Add the User Additions module to the QB64 compiler build at setup time. 2015-07-15 19:38:35 +10:00
Galleon f5285a1a61 (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00