Changeset 34673 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Dec 3, 2010 12:51:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/Makefile.kmk
r34466 r34673 28 28 include $(KBUILD_PATH)/subheader.kmk 29 29 30 # RTManifest is a tool for creating and verifying manifest files.31 PROGRAMS += RTManifest32 RTManifest_TEMPLATE = VBOXR3TSTEXE33 RTManifest_SOURCES = RTManifest.cpp34 30 31 # RTManifest is a tool for creating and verifying manifest files - build version. 35 32 BLDPROGS += bldRTManifest 36 33 bldRTManifest_TEMPLATE = VBoxAdvBldProg 37 34 bldRTManifest_SOURCES = RTManifest.cpp 38 35 39 # RTLdrFlt is similar to c++filt, except that it's for VMMR0.r0 stacks. 40 PROGRAMS += RTLdrFlt 41 RTLdrFlt_TEMPLATE = VBOXR3TSTEXE 42 RTLdrFlt_SOURCES = RTLdrFlt.cpp 36 ifndef VBOX_ONLY_EXTPACKS_USE_IMPLIBS 43 37 44 # RTGzip - our gzip clone (for testing the gzip/gunzip streaming code) 45 PROGRAMS += RTGzip 46 RTGzip_TEMPLATE = VBOXR3TSTEXE47 RTGzip_SOURCES = RTGzip.cpp38 # RTManifest is a tool for creating and verifying manifest files. 39 PROGRAMS += RTManifest 40 RTManifest_TEMPLATE = VBOXR3TSTEXE 41 RTManifest_SOURCES = RTManifest.cpp 48 42 49 # RTTar - our tar clone (for testing the tar/gzip/gunzip streaming code) 50 PROGRAMS += RTTar 51 RTTar_TEMPLATE = VBOXR3TSTEXE52 RTTar_SOURCES = RTTar.cpp43 # RTLdrFlt is similar to c++filt, except that it's for VMMR0.r0 stacks. 44 PROGRAMS += RTLdrFlt 45 RTLdrFlt_TEMPLATE = VBOXR3TSTEXE 46 RTLdrFlt_SOURCES = RTLdrFlt.cpp 53 47 48 # RTGzip - our gzip clone (for testing the gzip/gunzip streaming code) 49 PROGRAMS += RTGzip 50 RTGzip_TEMPLATE = VBOXR3TSTEXE 51 RTGzip_SOURCES = RTGzip.cpp 52 53 # RTTar - our tar clone (for testing the tar/gzip/gunzip streaming code) 54 PROGRAMS += RTTar 55 RTTar_TEMPLATE = VBOXR3TSTEXE 56 RTTar_SOURCES = RTTar.cpp 57 58 endif # !VBOX_ONLY_EXTPACKS_USE_IMPLIBS 54 59 55 60 include $(KBUILD_PATH)/subfooter.kmk
Note:
See TracChangeset
for help on using the changeset viewer.