forked from zeromq/czmq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.cygwin
executable file
·23 lines (18 loc) · 1.09 KB
/
README.cygwin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
czmq-cygwin
=============
Implement a definitive build for cygwin targets.
What's changed:
./Makefile.am Add cygwin-specific target mostly the same as mingw
./configure.ac Add cygwin-specific target mostly the same as mingw
./model/build-autoconf.gsl Make changes for cygwin-specific targets
./model/build-cmake.gsl Make changes for cygwin-specific targets
./model/generate Make changes for cygwin-specific targets
./model/generate.bat Make changes for cygwin-specific targets
./model/project.gsl Make changes for cygwin-specific targets
./model/Makemodule.am Make changes for cygwin-specific targets
What's new:
./README.cygwin This file
./INSTALL.cygwin Notes on installing for cygwin
./builds/cygwin Folder for cygwin-specific build files
./builds/cygwin/Makefile.cygwin Makefile for cygwin targets
./model/build-cygwin.gsl Add cygwin-specific target mostly the same as mingw