
=<>
=<> GreenPad ver 1.07.3 Source Code
=<>                                                            2006/11/25


  WindowspȈՃeLXgGfB^ GreenPad ̃\[XR[hłB
  ɂ邢C++RpCŃRpCł܂B

  Source code for GreenPad - a simple text editor for Windows.
  Can be built by the following compilers.

   - Visual C++ .NET 2005 Express Edition
   - Visual C++ 2003 Toolkit
   - Microsoft Platform SDK for Windows Server 2003 R2 - March 2006 Edition
   - Borland C++ BuilderX
   - Borland C++ Compiler 5.5.1
   - Digital Mars C++ 8.49
   - MinGW (g++ 3.4.2)



:: Visual C++ .NET 2005 ::

  - "kilib.sln" JāAurhvj[́u\[Ṽrhv

  - Open "kilib.sln" and build the main project.



:: Visual C++ @ Command Prompt (Platform SDK / Toolkit 2003) ::

  - \[XR[h̃[gfBNg "nmake vcc" Ƒł

  - Type "nmake vcc" at the root directory of the source archive



:: Visual C++ 6.0 ::

  - ΉȂȂ܂B
    ҂͊mFĂ܂񂪁Aꉞ kilib.dsw  kilib.dsp g
    rhł邩B

  - No longer supported
    kilib.dsw and kilib.dsp MAY work.



:: Borland C++ @ Command Prompt (5.5.1 / BuilderX) ::

  - \[XR[h̃[gfBNg "make bcc" ƑłB
    KBorlandmakeR}hgp邱

  - Type "make bcc" at the root directory of the source archive
    Make sure to use Borland make.



:: Digital Mars C++ ::

  - \[XR[h̃[gfBNg "make dmc" ƑłB
    KDigitalmarsmakeR}hgp邱ƁB
    ȂADigital Mars ̃\[XRpC͕͗ŝ߁A
    \[X̃RpC Borland ̃RpCKvłB
    Borland C++ 5.5 ɂĂ̂œ肵ĂB
    ƁAimm32.dll N邽 imm32.lib KvłB
    茳Ő邩Ahttp://www.kmonos.net/alang/dmc/ 
    肵ĂB

  - Type "make dmc" at the root directory of the source archive
    Make sure to use Digitalmars make.
    Since DM's resource compiler is pretty poor, you additionaly
    need Borland's resource compiler to build GreenPad.
    You also need imm32.lib to build. You can generate it by
    coff2omf command or something, or you can download it from
    http://www.kmonos.net/alang/dmc/ .



:: gcc (MinGW) :: 

  - \[XR[h̃[gfBNg "make gcc" ƑłB
    KGNUmakeR}hgp邱ƁB
    MinGW ɍŏtĂ郊\[XRpC windres 
    {ΉłȂƂ܂BMinGW ̃y[W binutils
    ʓr_E[hāA windres pB

  - Type "make gcc" at the root directory of the source archive
    Make sure to use GNU make.
    MinGW version of windres (resource compiler) seem not to
    support Japanese resources. So you need to separately download
    binutils from the MinGW page and use the windres in it.



- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

:: CZX / License ::

  NYSL Version 0.9982  http://www.kmonos.net/nysl/

  A. {\tgEFA Everyone'sWare łB̃\tgɂllA
     ̍̂̂Ɠ悤ɁARɗp邱Ƃo܂B

    A-1. t[EFAłB҂͎gpv܂B
    A-2. L}̂̔@킸ARɓ]ځEĔzzł܂B
    A-3. Ȃނ ρEvOł̗p sĂ\܂B
    A-4. ύX̂╔IɎgp̂́AȂ̂̂ɂȂ܂B
         Jꍇ́AȂ̖ỎōsĉB

  B. ̃\tg𗘗p邱ƂɂĐQɂāA҂
     ӔC𕉂Ȃ̂Ƃ܂Be̐ӔCɂĂpB

  C. Ґli K.INABA ɋA܂B쌠͕܂B

  D. ȏ̂ŔA\[XEsoCȋoɓKp܂B


---------------------------------------------------------------------------
                                       by k.inaba( http://www.kmonos.net/ )
