QB64Bot

Results 32 comments of QB64Bot

**Comment by [mkilgore](https://github.com/mkilgore)** _Sunday Sep 10, 2017 at 23:43 GMT_ ---- > For example, we now have a script /etc/os-release That looks great! I'm surprised that it was around back...

**Comment by [ismaell](https://github.com/ismaell)** _Monday Sep 11, 2017 at 00:36 GMT_ ---- @mkilgore Would you mind to work with me towards a portable `Makefile`? I can extend my implementation to include...

**Comment by [mkilgore](https://github.com/mkilgore)** _Monday Sep 11, 2017 at 03:28 GMT_ ---- @ismaell I'd be happy too. I think it probably makes sense to work off of what I started [here](https://github.com/mkilgore/qb64/commit/e9f95d5a08a8d56f1125f24c23494e7b82b62de3)...

**Comment by [mkilgore](https://github.com/mkilgore)** _Monday Sep 11, 2017 at 05:04 GMT_ ---- I had surprisingly quick success getting it to work on "Windows" (Though I'm just testing in Wine). It took...

**Comment by [FellippeHeitor](https://github.com/FellippeHeitor)** _Monday Sep 11, 2017 at 10:44 GMT_ ---- @mkilgore Hi, Matt. It's nice to see you around. Given how long ago your last contribution was I didn't...

**Comment by [ismaell](https://github.com/ismaell)** _Monday Sep 11, 2017 at 15:05 GMT_ ---- @mkilgore It uses features specific to `gmake`, that's what I meant, I would prefer it to build with `bmake`...

**Comment by [mkilgore](https://github.com/mkilgore)** _Monday Sep 11, 2017 at 15:50 GMT_ ---- Ah, I see your point. I'm open to doing that, is there a reason for supporting bmake though? There...

**Comment by [ismaell](https://github.com/ismaell)** _Monday Sep 11, 2017 at 17:12 GMT_ ---- @mkilgore well, just because if a dependency isn't strictly needed, then probably it shouldn't be forced. Let me check...

**Comment by [mkilgore](https://github.com/mkilgore)** _Monday Sep 11, 2017 at 18:38 GMT_ ---- That's fair. I guess the way I see it is that we're already likely dependent on GCC anyway, so...

**Comment by [ismaell](https://github.com/ismaell)** _Monday Sep 11, 2017 at 20:11 GMT_ ---- I will copy here my comments on the commit for completeness: ----- Conditional rules could be rewritten like this:...