• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D04-Mar-2018524 1511

build.batH A D04-Mar-2018618 2617

build.shH A D04-Mar-2018767 2920

install.slH A D04-Mar-20184.4 KiB190156

m32init.batH A D04-Mar-2018715 1914

makefile.dosH A D04-Mar-2018172 1715

makefile.m32H A D04-Mar-20181.4 KiB4521

makefile.shH A D04-Mar-2018141 108

runslsh.batH A D04-Mar-2018246 98

README

1This file contains various scripts to build slang on non-Unix systems.
2See ../README.pc for an overview.
3
4m32init.bat:     Creates makefiles for MINGW32/MINGW64
5makefile.m32:    Becomes the top-level makefile for MINGW32
6runslsh.bat:     Runs slsh to execute the install script
7install.sl:      The install script
8
9The following files may or may not work:
10
11build.bat:       An NMAKE script
12makefile.dos     NMAKE top-level makefile
13build.sh:        Cygwin/MinGW shell script
14makefile.sh      Cygwin/MinGW top-level makefile
15