This lets us remove the awkward ". ./redoconf.rc" line from zillions of .od scripts, without paying the price of *always* including that whole file every time default.do.sh is used.
23 lines
408 B
Text
23 lines
408 B
Text
rc_include \
|
|
rc/CC.required.rc \
|
|
rc/CXX.rc \
|
|
rc/shlib.rc \
|
|
rc/libqt4.rc \
|
|
rc/libgtk2.rc \
|
|
rc/Wextra.rc \
|
|
rc/Wall.rc \
|
|
rc/libm.rc \
|
|
rc/rt.autolib.rc \
|
|
rc/libpng.rc \
|
|
rc/clock_gettime.rc \
|
|
rc/mach__mach_time.h.rc \
|
|
rc/windows.h.rc \
|
|
rc/posix.rc \
|
|
rc/printf_lld.rc \
|
|
rc/extra.rc \
|
|
rc/all.h.precompiled.rc \
|
|
rc/all.hpp.precompiled.rc
|
|
|
|
rc_appendln LIBS "$LIBRT"
|
|
rc_appendln LIBS "$LIBM"
|
|
rc_save
|