代码搜索:plugin
找到约 10,000 项符合「plugin」的源代码
代码结果 10,000
www.eeworm.com/read/194704/8187757
rb aeolus3d05.rb
!#
# init ruby script for aeolus3d05
#
# import the sexpparser parser plugin
importBundle "sexpparser"
www.eeworm.com/read/392508/8338816
in makefile.in
# @configure_input@
#***********************************************************************
#
# Makefile
#
# Makefile for Roaring Penguin's Linux user-space PPPoE client.
#
# Copyright (C) 2000 Roari
www.eeworm.com/read/370305/9606480
h plora.h
#ifndef PLORA_H
#define PLORA_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef WIN32
#include
#endif
#ifdef WIN32
#define PLUGIN_API __declspec(dllexport)
#else
#define PLU
www.eeworm.com/read/173209/9666971
am makefile.am
EXTRA_DIST = README
SUBDIRS = src scripts windows
rpm:
rpm -ba plugin.spec
www.eeworm.com/read/173209/9666984
install
INSTALL
Usual compilation process:
tar -xvzf sample_plugin-x.x.x.tar.gz
cd sample_plugin-x.x.x/
./configure --prefix=/the/same/prefix/than/partysip
make
make install
For Windows, see READ