mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
58799d5d74
adjusting it where I figured it necessary. * Disabled the --no-beos-fixes option for Haiku. git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@24513 a95241bf-73f2-0310-859d-f6bbb57e9c96
6 lines
129 B
OCaml
6 lines
129 B
OCaml
SHLIB = libstdc++.r4.so
|
|
LIBS = $(ARLIB) $(ARLINK) $(SHLIB)
|
|
DEPLIBS = ../$(SHLIB)
|
|
SHFLAGS = -Wl,-soname,$(SHLIB)
|
|
SHOPT = -nostart
|