mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Use an out-of-tree build
This commit is contained in:
committed by
LeaNumworks
parent
a540bfa753
commit
4f1d74f44b
@@ -1,6 +1,5 @@
|
||||
SFLAGS += -Ilibaxx/include
|
||||
|
||||
objs += $(addprefix libaxx/src/, new.o)
|
||||
objs += $(addprefix libaxx/src/cxxabi/, atexit.o pure_virtual.o)
|
||||
objs += $(addprefix libaxx/include/external/libcxx/, complex.o)
|
||||
|
||||
src += $(addprefix libaxx/src/, new.cpp)
|
||||
src += $(addprefix libaxx/src/cxxabi/, atexit.cpp pure_virtual.cpp)
|
||||
src += $(addprefix libaxx/include/external/libcxx/, complex.cpp)
|
||||
|
||||
Reference in New Issue
Block a user