- Timestamp:
- Oct 21, 2007 8:47:00 PM (17 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 edited
- 13 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r5412 r5413 71 71 # 72 72 uniread_TEMPLATE = VBOXBLDPROG 73 uniread_SOURCES = uniread.cpp73 uniread_SOURCES = common/string/uniread.cpp 74 74 75 75 # … … 190 190 RTErrConvertFromErrno.cpp \ 191 191 semspingpong.cpp \ 192 straprintf.cpp \193 strformat.cpp \194 strformatrt.cpp \195 string.cpp \196 strprintf.cpp \197 strspace.cpp \198 strstrip.cpp \199 strtonum.cpp \192 common/string/straprintf.cpp \ 193 common/string/strformat.cpp \ 194 common/string/strformatrt.cpp \ 195 common/string/string.cpp \ 196 common/string/strprintf.cpp \ 197 common/string/strspace.cpp \ 198 common/string/strstrip.cpp \ 199 common/string/strtonum.cpp \ 200 200 thread.cpp \ 201 201 common/time/time.cpp \ 202 202 common/time/timeprog.cpp \ 203 uni.cpp \204 unidata.cpp \205 utf-16.cpp \206 utf-8.cpp \203 common/string/uni.cpp \ 204 common/string/unidata.cpp \ 205 common/string/utf-16.cpp \ 206 common/string/utf-8.cpp \ 207 207 zip.cpp \ 208 208 misc/rand.cpp \ … … 665 665 logcom.cpp \ 666 666 logformat.cpp \ 667 strformat.cpp \668 strformatrt.cpp \669 strprintf.cpp \667 common/string/strformat.cpp \ 668 common/string/strformatrt.cpp \ 669 common/string/strprintf.cpp \ 670 670 common/string/memchr.cpp \ 671 671 common/string/memcmp.cpp \ … … 744 744 logformat.cpp \ 745 745 common/string/strpbrk.cpp \ 746 strformat.cpp \747 strformatrt.cpp \748 strtonum.cpp \749 strprintf.cpp \746 common/string/strformat.cpp \ 747 common/string/strformatrt.cpp \ 748 common/string/strtonum.cpp \ 749 common/string/strprintf.cpp \ 750 750 VBox/strformat-vbox.cpp \ 751 751 r0drv/alloc-r0drv.cpp \ … … 991 991 common/string/strpbrk.cpp \ 992 992 common/string/strncmp.cpp \ 993 strformat.cpp \994 strformatrt.cpp \995 strprintf.cpp \993 common/string/strformat.cpp \ 994 common/string/strformatrt.cpp \ 995 common/string/strprintf.cpp \ 996 996 VBox/strformat-vbox.cpp \ 997 997 common/time/timesup.cpp \ -
trunk/src/VBox/Runtime/common/string/strspace.cpp
r5407 r5413 55 55 #define KMAX RT_MAX 56 56 #define kASSERT Assert 57 #include " table/avl_Base.cpp.h"58 #include " table/avl_Get.cpp.h"59 #include " table/avl_DoWithAll.cpp.h"60 #include " table/avl_Destroy.cpp.h"57 #include "../../table/avl_Base.cpp.h" 58 #include "../../table/avl_Get.cpp.h" 59 #include "../../table/avl_DoWithAll.cpp.h" 60 #include "../../table/avl_Destroy.cpp.h" 61 61 62 62
Note:
See TracChangeset
for help on using the changeset viewer.