1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8<title>dlfmerge.exe</title> 9</head> 10 11<body> 12 13<H1>dlfmerge.exe</H1> 14 15<H2>Location</H2> 16<p><code>$REVOLUTION_SDK_ROOT/X86/bin/</code></p> 17 18<H2>Description</H2> 19<p> 20Merges the application DLF and the installer DLF. 21</p> 22 23<H2>How to Use</H2> 24<p> 25<code>% dlfmerge -d <application dlf filename>,<installer dlf filename> [-o <output dlf filename>]</code><br> or <br> <code>% dlfmerge -d <installer dlf filename>,<application dlf filename> [-o <output dlf filename>]</code> 26</p> 27 28<H2>Options</H2> 29<H3>-d <application DLF filename>,<installer DLF filename></H3> 30<p> 31The application DLF filename and the installer DLF filename. Separate the DLF filenames with a comma. 32</p> 33<H3>-o <output filename></H3> 34<p> 35The output DLF filename. If this is not specified, the file is output to <CODE>output.dlf</CODE>. 36</p> 37<H3>-v</H3> 38<p> 39The mode for verbose output. 40</p> 41 42<H2>See Also</H2> 43 44<H2>Revision History</H2> 45<p>2007/07/23 Enabled the application DLF to be placed on the periphery of the disc.<br> 2007/04/20 Initial version.</p> 46 47<hr><p>CONFIDENTIAL</p></body> 48</HTML> 49