代码搜索:OSX
找到约 464 项符合「OSX」的源代码
代码结果 464
www.eeworm.com/read/197752/7971992
osx makefile.osx
#
# Copyright (c) 1999,2000 WU-FTPD Development Group.
# All rights reserved.
#
# Portions Copyright (c) 1980, 1985, 1988, 1989, 1990, 1991, 1993, 1994
# The Regents of the University of Californ
www.eeworm.com/read/331444/12828063
makefile-osx
MLAB = /share/wotan/matlab13
MXSFX = mexosx
MEX = ${MLAB}/bin/mex
MFLAGS =
INC = -I ${MLAB}/extern/include
LIB = -L ${MLAB}/extern/lib
CC = cc -Wall -pedantic -no-cpp-precomp
C_OPTIMIZE_SWITCH = -O
www.eeworm.com/read/242859/12978003
osx readme.osx
Mac OS X Build Instructions
===========================
Building Boost with ASIO:
-------------------------
Please see the README.boost file for instructions.
There are no known problems on OS X.
www.eeworm.com/read/328267/13037119
osx makefile.osx
# -*- makefile -*-
# Makefile for Generic Unix with GCC compiler
FAULT_TOLERANT=0
# Default install directory
PREFIX ?= /usr/local
# Place where to copy GastDB header files
INCSPATH=$(PREF
www.eeworm.com/read/323582/13335184
osx install.osx
==============================================================================
MAC OSX INSTALLATION NOTES - HP LaserJet 1018/1020
======================================================================
www.eeworm.com/read/314908/13555937
cpp osx.cpp
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ
www.eeworm.com/read/131315/5942233
osx sedf.osx
/## Filter noise out of OSx lint output./d
/## $Revision: 1.5 $/d
/^dbz\.c([1-9][0-9]*): warning: possible pointer alignment problem$/d
/dbzwritethrough multiply declared/d
/^xmalloc\.c([1-9][0-9]*)
www.eeworm.com/read/114609/6122961
osx makefile.osx
###############################################################################################
#
# Makefile for libUnix.jnilib and Unix*.class for darwin
# jigsaw features
#
###
#
# written by gisb
www.eeworm.com/read/265314/11269219
osx makefile.osx
# -*- makefile -*-
# Makefile for Generic Unix with GCC compiler
FAULT_TOLERANT=0
# Default install directory
PREFIX ?= /usr/local
# Place where to copy GastDB header files
INCSPATH=$(PREF
www.eeworm.com/read/407233/11423504
osx makefile.osx
CC=gcc
CFLAGS=-g -Wall -DWIN32 -c
PREFIX=/usr/local
TARGETS=wiz_unpack wiz_pack wiz_genromfs wiz_svctool
all: $(TARGETS)
wiz_svctool: src/svctool.o
$(CC) $< -o $@
wiz_unpack: src/wiz_unpack.o
$(C