mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Better document the various environments with which Makefile.cyg works.
[originally from svn r9670]
This commit is contained in:
parent
580103fca2
commit
65290ced76
6
README
6
README
@ -40,7 +40,7 @@ For building on Windows:
|
|||||||
Makefile.bor' while in the `windows' subdirectory to build all
|
Makefile.bor' while in the `windows' subdirectory to build all
|
||||||
the PuTTY binaries.
|
the PuTTY binaries.
|
||||||
|
|
||||||
- windows/Makefile.cyg is for Cygwin / mingw32 installations. Type
|
- windows/Makefile.cyg is for Cygwin / MinGW installations. Type
|
||||||
`make -f Makefile.cyg' while in the `windows' subdirectory to
|
`make -f Makefile.cyg' while in the `windows' subdirectory to
|
||||||
build all the PuTTY binaries.
|
build all the PuTTY binaries.
|
||||||
|
|
||||||
@ -106,6 +106,10 @@ For building on Unix:
|
|||||||
Subversion then you will need to have built these using Halibut
|
Subversion then you will need to have built these using Halibut
|
||||||
first - see below.
|
first - see below.
|
||||||
|
|
||||||
|
- It's also possible to build the Windows version of PuTTY to run
|
||||||
|
on Unix by using Winelib. To do this, change to the `windows'
|
||||||
|
directory and run `make -f Makefile.cyg CC=winegcc RC=wrc'.
|
||||||
|
|
||||||
All of the Makefiles are generated automatically from the file
|
All of the Makefiles are generated automatically from the file
|
||||||
`Recipe' by the Perl script `mkfiles.pl' (except for the Unix one,
|
`Recipe' by the Perl script `mkfiles.pl' (except for the Unix one,
|
||||||
which is generated by the `configure' script; mkfiles.pl only
|
which is generated by the `configure' script; mkfiles.pl only
|
||||||
|
@ -433,7 +433,7 @@ if (defined $makefiles{'cygwin'}) {
|
|||||||
##-- CygWin makefile
|
##-- CygWin makefile
|
||||||
open OUT, ">$makefiles{'cygwin'}"; select OUT;
|
open OUT, ">$makefiles{'cygwin'}"; select OUT;
|
||||||
print
|
print
|
||||||
"# Makefile for $project_name under cygwin.\n".
|
"# Makefile for $project_name under Cygwin, MinGW, or Winelib.\n".
|
||||||
"#\n# This file was created by `mkfiles.pl' from the `Recipe' file.\n".
|
"#\n# This file was created by `mkfiles.pl' from the `Recipe' file.\n".
|
||||||
"# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.\n";
|
"# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.\n";
|
||||||
# gcc command line option is -D not /D
|
# gcc command line option is -D not /D
|
||||||
|
Loading…
x
Reference in New Issue
Block a user