2019-02-03 01:14:51 -05:00
|
|
|
. ./redoconf.rc
|
|
|
|
|
rc_include \
|
2019-02-23 16:45:08 -05:00
|
|
|
rc/CC.required.rc \
|
2019-02-03 01:14:51 -05:00
|
|
|
rc/CXX.rc \
|
|
|
|
|
rc/libqt4.rc \
|
|
|
|
|
rc/libgtk2.rc \
|
|
|
|
|
rc/Wextra.rc \
|
|
|
|
|
rc/Wall.rc \
|
|
|
|
|
rc/libm.rc \
|
|
|
|
|
rc/rt.autolib.rc \
|
|
|
|
|
rc/libpng.rc \
|
2019-02-23 15:51:30 -05:00
|
|
|
rc/clock_gettime.rc \
|
2019-02-03 01:14:51 -05:00
|
|
|
rc/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
|