Changeset 49116 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 15, 2013 12:50:23 PM (11 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r48990 r49116 160 160 # Unicode Specification reader used to regenerate unidata.cpp. 161 161 # 162 uniread_TEMPLATE = VB OXBLDPROG162 uniread_TEMPLATE = VBoxBldProg 163 163 uniread_SOURCES = common/string/uniread.cpp 164 164 uniread_INCS = include … … 1406 1406 1407 1407 DLLS += VBoxRTDummy 1408 VBoxRTDummy_TEMPLATE = VB OXR31408 VBoxRTDummy_TEMPLATE = VBoxR3Dll 1409 1409 VBoxRTDummy_INSTTYPE = none 1410 1410 VBoxRTDummy_LIBS = $(PATH_STAGE_BIN)/VBoxRT.so … … 1504 1504 # 1505 1505 ## @todo the *_alias.c stuff is busted, remove and use RT_WITH_NOCRT_ALIASES instead. 1506 RuntimeR3NoCRTGCC_TEMPLATE = VB OXNOCRTGCC1506 RuntimeR3NoCRTGCC_TEMPLATE = VBoxNoCrtGccLib 1507 1507 RuntimeR3NoCRTGCC_LIBSUFF = $(VBOX_SUFF_LIB) 1508 1508 ifn1of ($(KBUILD_TARGET_ARCH), amd64 x86) … … 1575 1575 common/math/gcc/xordi3.c 1576 1576 1577 1578 ## @todo stop using the old memcpy.c and memset.c code.1579 1577 1580 1578 # -
trunk/src/VBox/Runtime/tools/Makefile.kmk
r49044 r49116 38 38 # RTManifest is a tool for creating and verifying manifest files. 39 39 PROGRAMS += RTRm 40 RTRm_TEMPLATE = VB OXR3TSTEXE40 RTRm_TEMPLATE = VBoxR3Tool 41 41 RTRm_SOURCES = RTRm.cpp 42 42 43 43 # RTManifest is a tool for creating and verifying manifest files. 44 44 PROGRAMS += RTManifest 45 RTManifest_TEMPLATE = VB OXR3TSTEXE45 RTManifest_TEMPLATE = VBoxR3Tool 46 46 RTManifest_SOURCES = RTManifest.cpp 47 47 48 48 # RTLdrFlt is similar to c++filt, except that it's for VMMR0.r0 stacks. 49 49 PROGRAMS += RTLdrFlt 50 RTLdrFlt_TEMPLATE = VB OXR3TSTEXE50 RTLdrFlt_TEMPLATE = VBoxR3Tool 51 51 RTLdrFlt_SOURCES = RTLdrFlt.cpp 52 52 53 53 # RTGzip - our gzip clone (for testing the gzip/gunzip streaming code) 54 54 PROGRAMS += RTGzip 55 RTGzip_TEMPLATE = VB OXR3TSTEXE55 RTGzip_TEMPLATE = VBoxR3Tool 56 56 RTGzip_SOURCES = RTGzip.cpp 57 57 58 58 # RTShutdown - similar (but not identical) to a typical unix shutdown command. 59 59 PROGRAMS += RTShutdown 60 RTShutdown_TEMPLATE = VB OXR3TSTEXE60 RTShutdown_TEMPLATE = VBoxR3Tool 61 61 RTShutdown_SOURCES = RTShutdown.cpp 62 62 63 63 # RTTar - our tar clone (for testing the tar/gzip/gunzip streaming code) 64 64 PROGRAMS += RTTar 65 RTTar_TEMPLATE = VB OXR3TSTEXE65 RTTar_TEMPLATE = VBoxR3Tool 66 66 RTTar_SOURCES = RTTar.cpp 67 67 68 68 # RTNtDbgHelp - our tar clone (for testing the tar/gzip/gunzip streaming code) 69 69 PROGRAMS.win += RTNtDbgHelp 70 RTNtDbgHelp_TEMPLATE = VB OXR3TSTEXE70 RTNtDbgHelp_TEMPLATE = VBoxR3Tool 71 71 RTNtDbgHelp_SOURCES = RTNtDbgHelp.cpp 72 72 73 73 # RTDbgSymCache - Symbol cache manager. 74 74 PROGRAMS += RTDbgSymCache 75 RTDbgSymCache_TEMPLATE = VB OXR3TSTEXE75 RTDbgSymCache_TEMPLATE = VBoxR3Tool 76 76 RTDbgSymCache_SOURCES = RTDbgSymCache.cpp 77 77
Note:
See TracChangeset
for help on using the changeset viewer.