VirtualBox

Changeset 34673 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
Dec 3, 2010 12:51:42 AM (14 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/Makefile.kmk

    r34466 r34673  
    2828include $(KBUILD_PATH)/subheader.kmk
    2929
    30 # RTManifest is a tool for creating and verifying manifest files.
    31 PROGRAMS += RTManifest
    32 RTManifest_TEMPLATE = VBOXR3TSTEXE
    33 RTManifest_SOURCES = RTManifest.cpp
    3430
     31# RTManifest is a tool for creating and verifying manifest files - build version.
    3532BLDPROGS += bldRTManifest
    3633bldRTManifest_TEMPLATE = VBoxAdvBldProg
    3734bldRTManifest_SOURCES  = RTManifest.cpp
    3835
    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
     36ifndef VBOX_ONLY_EXTPACKS_USE_IMPLIBS
    4337
    44 # RTGzip - our gzip clone (for testing the gzip/gunzip streaming code)
    45 PROGRAMS += RTGzip
    46 RTGzip_TEMPLATE = VBOXR3TSTEXE
    47 RTGzip_SOURCES = RTGzip.cpp
     38 # RTManifest is a tool for creating and verifying manifest files.
     39 PROGRAMS += RTManifest
     40 RTManifest_TEMPLATE = VBOXR3TSTEXE
     41 RTManifest_SOURCES = RTManifest.cpp
    4842
    49 # RTTar - our tar clone (for testing the tar/gzip/gunzip streaming code)
    50 PROGRAMS += RTTar
    51 RTTar_TEMPLATE = VBOXR3TSTEXE
    52 RTTar_SOURCES = RTTar.cpp
     43 # 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
    5347
     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
     58endif # !VBOX_ONLY_EXTPACKS_USE_IMPLIBS
    5459
    5560include $(KBUILD_PATH)/subfooter.kmk
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette