mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-04-04 17:02:00 +00:00
IOQ3 commit 2242
This commit is contained in:
parent
5605e21308
commit
8d839aa1ae
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
CC=gcc4.0
|
||||
APPBUNDLE=Reaction.app
|
||||
BINARY=Reaction.ub
|
||||
DEDBIN=Reactionded.ub
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
CC=gcc-4.0
|
||||
APPBUNDLE=Reaction.app
|
||||
BINARY=Reaction.x86_64
|
||||
DEDBIN=Reactionded.x86_64
|
||||
|
|
Loading…
Reference in a new issue