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 - More hackery to get glib compiling
[tpg/acess2.git]
/
Usermode
/
Libraries
/
libintl.so_src
/
Makefile
1
# Acess 2 "libintl"
2
#
3
4
include ../Makefile.cfg
5
6
CPPFLAGS +=
7
CFLAGS += -Wall
8
LDFLAGS += -lc
9
10
OBJ = main.o gettext.o
11
BIN = libintl.so
12
13
include ../Makefile.tpl
14
15
16
UCC
git Repository :: git.ucc.asn.au