Changeset 3957 for trunk/tools/install


Ignore:
Timestamp:
Aug 6, 2000, 1:36:56 PM (25 years ago)
Author:
sandervl
Message:

add logging.txt + symbol files to debug build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/install/odin.cmd

    r3911 r3957  
    2323title = "     TITLE=""Odin Daily Build System Files ("date()")""";
    2424rc = lineout(instfile, title);
     25rc = lineout(instfile, '     EXECUTE="odininst.exe"');
    2526rc = lineout(instfile, '     CONFIGSYS="LIBPATH=$(1)\SYSTEM32 | ADDRIGHT"');
    2627rc = lineout(instfile, '     CONFIGSYS="SET PATH=$(1)\SYSTEM32 | ADDRIGHT"');
    27 rc = lineout(instfile, '     EXECUTE="CONFIGSYS|odininst.exe"');
    2828rc = lineout(instfile, '     >Installation of Odin System files .</PCK>');
    2929rc = lineout(instfile, '');
     
    241241
    242242call directory doc
    243 "wic.exe "curdir"\"installarchive" -a 1 ChangeLog-1999 ChangeLog-2000 Readme.txt ReportingBugs.txt";
     243"wic.exe "curdir"\"installarchive" -a 1 ChangeLog-1999 ChangeLog-2000 Readme.txt ReportingBugs.txt Logging.txt";
    244244call directory ".."
    245245
    246246call directory dlldir;
     247if cmdline = "debug"
     248then
     249do
     250"wic.exe "curdir"\"installarchive" -a 2 *.dll *.sym pe.exe odininst.exe regsvr32.exe *.ini win32k.sys win32k.ddp";
     251end
     252else
     253do
    247254"wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe odininst.exe regsvr32.exe *.ini win32k.sys win32k.ddp";
    248 rem "wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe odininst.exe regsvr32.exe odin.ini";
     255end
    249256
    250257call directory "Glide"
Note: See TracChangeset for help on using the changeset viewer.