代码搜索:cygwin
找到约 4,582 项符合「cygwin」的源代码
代码结果 4,582
www.eeworm.com/read/331534/3411194
cygwin
#
# $Id$
#
# CYGWIN
#
# Make settings for Cygwin on WinXP/gcc 3.4
#
#
#
# General Settings, note that strip doesn't do anything on Cygwin, thus empty
#
LINKMODE = SHARED
#
# Define To
www.eeworm.com/read/410599/2206603
cygwin
realname "Cygwin"
os_type unix
install_root c:\Botan
doc_dir docs
# Cygwin supports shared libs fine, but there are problems with making a Botan
# shared library when libraries it depends o
www.eeworm.com/read/255500/4374961
cygwin
#
# $Id: //poco/Main/build/config/Linux#5 $
#
# CYGWIN
#
# Make settings for Cygwin on WinXP/gcc 3.4
#
#
#
# General Settings
#
LINKMODE = SHARED
#
# Define Tools
#
CC = gcc
CXX = g++
LINK
www.eeworm.com/read/388456/8608438
bat cygwin.bat
@echo off
REM take care that enough environment memory is available
if "%1"=="on" goto gnu_on
if "%1"=="off" goto gnu_off
echo error, wrong parameters
goto ende
REM GNU-C switched on, set vari
www.eeworm.com/read/431751/8656140
cygwin makefile.cygwin
#
# Makefile for libDSP
# Copyright (C) 2000-2002 Jussi Laako
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publish
www.eeworm.com/read/429524/8803819
pdf cygwin.pdf
www.eeworm.com/read/187342/8832198
cygwin makefile.cygwin
#
# Makefile for antiword (Windows version for use within the Cygwin UNIX environment)
#
CC = gcc
LD = gcc
INSTALL = cp -f
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL)
# must be equal to
www.eeworm.com/read/427960/8910007
txt cygwin.txt
It is quite easy to build MIRACL to work with Cygwin.
Basically follow the intructions in linux.txt, except first
(1) Copy mrmuldv.gcc to mrmuldv.c, and
(2) Change the file linux to replace
www.eeworm.com/read/381890/9067121
cygwin readme.cygwin
=================================================================
libdmtx - Open Source Data Matrix Software
=================================================================
www.eeworm.com/read/181916/9227304
cygwin-g++
#
# $Id: cygwin-g++,v 1.2 2004/01/21 18:33:32 phil Exp $
#
# qmake configuration for cygwin-g++
#
# Written for Qt/X11 on Cygwin, using the POSIX API.
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONF