repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
hidds
/
vmwaresvga
/
mmakefile.src
blob
d69845e3499431d8b7146b2b9e67e352e11482bf
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_LDFLAGS := -static
6
7
FILES := \
8
vmwaresvga_init \
9
vmwaresvgaclass \
10
vmwaresvgahardware \
11
vmwaresvgaoffbitmap \
12
vmwaresvgaonbitmap
13
14
%build_module mmake=hidd-vmwaresvga \
15
modname=vmwaresvga modtype=hidd \
16
files=$(FILES) \
17
uselibs="hiddstubs"