Blame README.win32

Packit 972a07
NAME
Packit 972a07
Packit 972a07
    README.win32 - Customise and build Sys::Syslog with Win32 EventLog support
Packit 972a07
Packit 972a07
Packit 972a07
DESCRIPTION
Packit 972a07
Packit 972a07
    This package includes support for the Win32 Event log.  This requires 
Packit 972a07
    building a message file and then compiling it and linking it into the 
Packit 972a07
    final .DLL produced by MakeMaker.  The default message text file used 
Packit 972a07
    by Sys::Syslog is PerlLog.mc, located in the win32/ subdirectory.
Packit 972a07
Packit 972a07
    If the message file is updated then you need to go in the win32/ 
Packit 972a07
    subdirectory and run the "compile.pl" command to update the relevant 
Packit 972a07
    files. Note that Sys::Syslog::Win32 is built by this process.
Packit 972a07
Packit 972a07
    The following files are in the win32 directory:
Packit 972a07
Packit 972a07
        PerlLog.mc  -- Message file, change this if you change anything.
Packit 972a07
        compile.pl  -- Compile the message file and produce Win32.pm and 
Packit 972a07
                       PerlLog.RES. Requires that mc.exe and rc.exe are 
Packit 972a07
                       in the path.
Packit 972a07
Packit 972a07
        PerlLog.RES -- Precompiled resource file, used when building the DLL
Packit 972a07
        Win32.pm    -- Generated Win32 module for working with the resource file
Packit 972a07
Packit 972a07
    When building win32/PerlLog.RES will be linked into the final XS file, 
Packit 972a07
    and win32/Win32.pm will be copied to lib/Sys/Syslog/Win32.pm, which will
Packit 972a07
    then be installed by MakeMaker as per normal.
Packit 972a07