Squashed commit of the following:
libs/libxx: Fix some confusing in naming. If the directory is called libxx, then the library must be libxx.a (unless perhaps LIBCXX is selected).
libs/: Fix paths in moved library directories.
libs: Brute force move of libc, libnx, and libxx to libs. Cannot yet build it in that configuration.
|
||
|---|---|---|
| .. | ||
| dq_addafter.c | ||
| dq_addbefore.c | ||
| dq_addfirst.c | ||
| dq_addlast.c | ||
| dq_cat.c | ||
| dq_count.c | ||
| dq_rem.c | ||
| dq_remfirst.c | ||
| dq_remlast.c | ||
| Make.defs | ||
| sq_addafter.c | ||
| sq_addfirst.c | ||
| sq_addlast.c | ||
| sq_cat.c | ||
| sq_count.c | ||
| sq_rem.c | ||
| sq_remafter.c | ||
| sq_remfirst.c | ||
| sq_remlast.c | ||