git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/axwin2 - Added full mouse/cursor support (no input yet though :)
[tpg/acess2.git]
/
Makefile.host.cfg
1
#
2
# Acess2 Host Native makefile
3
# - Used for forcing the architecture
4
#
5
6
SAVED_CC_ := $(CC)
7
SAVED_LD_ := $(LD)
8
9
include $(ACESSDIR)/Makefile.x86_64.cfg
10
11
OBJDUMP := objdump -S
12
13
CC := $(SAVED_CC_)
14
LD := $(SAVED_LD_)
15
UCC
git Repository :: git.ucc.asn.au