代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/148721/5709860
mak linux-i386.mak
#
# Makefile for Gladiator Bot library: gladiator.so
# Intended for gcc/Linux
#
ARCH=i386
CC=gcc
BASE_CFLAGS=-Dstricmp=strcasecmp
#use these cflags to optimize it
CFLAGS=$(BASE_CFLAGS) -m4
www.eeworm.com/read/148721/5710008
mak linux-i386.mak
#
# Makefile for the BSPC tool for the Gladiator Bot
# Intended for gcc/Linux
#
ARCH=i386
CC=gcc
BASE_CFLAGS=-Dstricmp=strcasecmp
#use these cflags to optimize it
CFLAGS=$(BASE_CFLAGS) -m4
www.eeworm.com/read/146447/5738095
bat gcc2-linux.bat
@echo off
REM Setup for compiling with GNU C cross-compiler
if .%CHECKED%==.1 goto checked_build
set LIB=%SCITECH_LIB%\LIB\release\win32\gcc2
echo Release build enabled.
goto setvars
:checked_build
www.eeworm.com/read/146447/5738162
sh set-vars-linux.sh
#! /bin/sh
# LINUX VERSION
# Set the place where SciTech Software is installed, and where each
# of the supported compilers is installed. These environment variables
# are used by the batch files in
www.eeworm.com/read/144636/5749283
c ec_inet_linux.c
/*
ettercap -- inet utilities -- Module for LINUX 2.0.x FULL
2.2.x FULL
2.4.x FULL
Cop
www.eeworm.com/read/140582/5787168
patch linux-2.4.0-nonintconfig.patch
--- /tmp/linux/Makefile Fri Jan 12 10:38:19 2001
+++ linux/Makefile Fri Jan 12 10:34:21 2001
@@ -265,6 +265,9 @@
oldconfig: symlinks
$(CONFIG_SHELL) scripts/Configure -d arch/$(ARCH)/config.in
+o
www.eeworm.com/read/140467/5791333
bat gcc2-linux.bat
@echo off
REM Setup for compiling with GNU C cross-compiler
if .%CHECKED%==.1 goto checked_build
set LIB=%SCITECH_LIB%\LIB\release\win32\gcc2
echo Release build enabled.
goto setvars
:checked_build
www.eeworm.com/read/140467/5791400
sh set-vars-linux.sh
#! /bin/sh
# LINUX VERSION
# Set the place where SciTech Software is installed, and where each
# of the supported compilers is installed. These environment variables
# are used by the batch files in
www.eeworm.com/read/139332/5800908
hpp atomic_count_linux.hpp
#ifndef BOOST_DETAIL_ATOMIC_COUNT_LINUX_HPP_INCLUDED
#define BOOST_DETAIL_ATOMIC_COUNT_LINUX_HPP_INCLUDED
//
// boost/detail/atomic_count_linux.hpp
//
// Copyright (c) 2001, 2002 Peter Dimov and Mu
www.eeworm.com/read/136827/5845999
linux-generic-g++-static
# Compiling
INTERFACE_DECL_PATH = .
SYSCONF_CXX = g++
SYSCONF_CC = gcc
DASHCROSS =
# Compiling with support libraries
SYSCONF_CXXFLAGS_X11 =
SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include
SYSCONF_CXX