Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
; This file is used to specify where every file built by the NT build lab is ; binplaced relative to the root of the distribution point. If a file is not ; listed, it will end up in the dump directory. ; ; The format is like this: ; ; <imagename> <class name> ; ; where <imagename> is the filename.ext and <class name> is the directory off ; the root of the distribution point (retail is a placeholder for the root). ; If there are multiple class names for a single image, use a colon to separate ; each. ; ; All bits that ship in the NT base product and are installed with winnt32, ; must have a class name of retail. ;
; ; postbuild make file ; msitool.mak instmsi\msitools
; ; cab directive files ; orcacab.ddf instmsi\msitools mergecab.ddf instmsi\msitools evalcab.ddf instmsi\msitools msivlcab.ddf instmsi\msitools spycab.ddf instmsi\msitools
; ; external binaries ;
msstkprp.dll instmsi\msitools\binary mfc42.dll instmsi\msitools\binary mfc42u.dll instmsi\msitools\binary msvcrt.dll instmsi\msitools\binary
; ; raw built packages ;
msival2.msi instmsi\msitools orca.msi instmsi\msitools msispy.msi instmsi\msitools evalcom.msm instmsi\msitools mergemod.msm instmsi\msitools orca.dat dump
|