Download List

프로젝트 설명

Buildtool is a set of integrated utilities which make programs more
portable and easier to build on any kind of Unix-like system.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-04-12 15:24
0.11

이 릴리스의 많은 버그수정을 추가합니다. bt_pkgflags 모듈 (70) 호환되지 않는 PKG에 대한 대체 - config를 제공하는 유틸리티가 추가되었습니다. bt_msg_summary bt_config에 추가 출력을 구성 과정의 끝에 진단 메시지를 단일 방법을 제공합니다. buildtool (1) 맨페이지, 큰 수동으로 발굴하지 않고 사람들이 쉽게 패키지를 빌드하는 방법을 배울 수있는 간단한 사용자 참조를 너무 포함하여 재작 성되었습니다.
Tags: Major feature enhancements
This release adds lots of bugfixes. The bt_pkgflags module has been
added, which provides a replacement for the pkg-config utility (not
compatible). The bt_msg_summary added to bt_config provides a
homogeneous way to output diagnostic messages at the end of the
configuration process. The buildtool(1) manpage has been rewritten,
including a simple user reference so people can easily learn how to
build packages without having to dig into the big manual.

2003-02-05 22:54
0.10

bt_logic 모듈, 어떤 컴파일러와 링커는 각 호출을 구문 분석하고 현재의 플랫폼에 적응이 추가되었습니다. 저기 bt_logic의 프레임 워크를 통해 공유 라이브러리의 초기 지원 : 지금은 다른 플랫폼에 내장된 수 있고, 다른 선택적 기능을 사이에 선택할 수있습니다. 모듈 bt_install 및 bt_mkdep bt_logic의 부탁에 사용 중지했다. 두 개의 새로운 서브루틴 bt_config 모듈이 추가되었으며, 하나의 X11 시스템이 감지하고 다른 패키지 플래그 PKG 프로그램 설정을 사용하여 확인하십시오. 새로운 기능을 자동으로 제정신이 컴파일 환경을위한 (C 및 C + +) 확인란에 추가되었습니다.
Tags: Major feature enhancements
The bt_logic module was added, which parses each call to the compiler and linker and adapts them to the current platform. There is initial support of shared libraries through bt_logic's framework: they can now be built on different platforms, and you can choose between different optional features. The modules bt_install and bt_mkdep were deprecated in favour of bt_logic. Two new subroutine modules were added to bt_config, one to detect the X11 system and another to check for package flags using the pkg-config program. New functions were added to automatically check for sane compilation environments (C and C++).

2003-01-23 17:34
0.9

배포 설명서 mdoc로 변환했다. bt_generate_output 함수는 언제든지 대체에서 모든 파일을 재생하는 데 사용할 수 헬퍼 스크립트를 만들 수 변경되었습니다. Buildtool 버전을 확인 BT_REQUIRE를 통해 구현되었습니다. 자동으로 생성된 파일을 지금 접두사 bt_ (bt_config. *). 공유 라이브러리 지원을 기본적으로 비활성화되었습니다. 몇 가지 버그 bt_config 및 bt_lint 특히 고정했다.
Tags: Major feature enhancements
The distribution documentation was converted to mdoc. The bt_generate_output function was changed to create a helper script that can be used at any time to regenerate any file from substitutions. Buildtool version checking was implemented through BT_REQUIRE. Automatically generated files are now prefixed with bt_ (bt_config.*). Shared library support was disabled by default. Several bugs were fixed, especially in bt_config and bt_lint.

2002-12-15 19:20
0.8

Buildtool 자체를 완전히 재작 성했습니다 시스템을 빌드합니다. 새 모듈, 어떤 특정 시스템의 세부 사항에 대한 의존을 피하기 위해 휴대용 설치 도구를 제공합니다 bt_install, 추가되었습니다. 서브루틴을 모듈 bt_config에 pthread 구현에 대한 검사가 추가되었습니다. 어떤 새로운 간단한 검사도 bt_config에 bt_check_func처럼 추가된 (일반 함수)를 확인하고 bt_check_type (일반 typedefs)를 확인하십시오. 여러 버그도 해결했다.
Tags: Major feature enhancements
Buildtool's own build system was completely rewritten. A new module was added, bt_install, which provides a portable installation tool to avoid relying on specific system details. A subroutine module was added to bt_config, to check for a pthread implementation. Some new simple checks were also added to bt_config, like bt_check_func (to check for generic functions) and bt_check_type (to check for generic typedefs). Multiple bugs were also fixed.

2002-11-30 16:13
0.7

새 수표 bt_check_bits 또는 bt_check_hdr_std ()와 같은 bt_config에 추가되었습니다; 이미 현재의 검사도 몇 가지 수정했다. 새로운 목표는 타사 패키지에 의해 바로 이곳에서 Buildtool 모듈을 설치하는 데 사용될 수있는 기본 프로그램, siteconfig 불리는이 추가되었습니다. 메이크 파일의 기본 이름은 Makefile의에서 Makefile.bt 수 있도록 변경되었습니다 Buildtool 및 기타와 같은 패키지에서 사용할 수 있도록 시스템을 구축. 여러 이동성 문제 또한, 맥 OS X (다윈),에서 Win32 (Cygwin에서) 특히, 고정했다 및 Solaris.
Tags: Major feature enhancements
Some new checks were added to bt_config (like bt_check_bits or bt_check_hdr_std); there were also several fixes to current checks. A new target was added to the main program, called siteconfig, which can be used by third party packages to install Buildtool modules in the right place. The default name of makefiles was changed from Makefile to Makefile.bt to allow Buildtool and other build systems to coexist in the same package. Several portability problems were also fixed, especially in MacOS X (Darwin), Win32 (Cygwin), and Solaris.

Project Resources