Maven은 빌드에 필요한 라이브러리를 아래와 같이 설정합니다. junit junit 3.8.2 test commons-fileupload commons-fileupload 1.1.1 commons-lang commons-lang 2.1.. Buildr에서는 compile.with 메소드에라이브러리 목록을 넘겨주어 의존성을 추가할.....
Maven에서는 자바 소스 컴파일시 옵션을 아래와 같이 추가할 수 있었습니다. org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 UTF-8 Buildr에서는 compile 타스크의 options 속성을 통하거나 compile.options.target = '1.5' compile.options.sourc.....
[Objective-C] 프로그램 컴파일과 실행하기 Mac OS X에서 프로그램 컴파일 해서 실행하러면 2가지 방법이 있다. 첫번째는 터미널 윈도우에서 GNU Objective-C 컴파일을 사용하는 방법과, Xcode를 사용하는 방법있다. 1. 터미널 윈도우에서 프로그램 컴파일 처음으로.....
eMule 바이너리를 비교할 때 pdb 파일을 이용하기 위하여 eMule 0.47c를 build 해야 했다. 여러 번의 시행착오 끝에 겨우 성공하면서 많은 것을 배웠다. 먼저 eMule 소스 디렉토리의 readme 를 읽어 보면 1. Crypto++ v5.1 @ .....
environment: - debian 4.0 - linux kernel 2.6.24 (vanilla) compile sequence: - make mrproper - make menuconfig - I use old config. (cp /boot/config-xxx /usr/src/linux-kernel-xxx/.config) - make - make modules_install install - (upd.....
Parameters Attribute Description Required antfile the buildfile to use. Defaults to build.xml. This file is expected to be a filename relative to the dir attribute given. No dir the directory to use as a basedir for the new Ant projec.....
DLL을 대량으로 만들어야 하는 일이 생겨 직접 Visual Studio 에서 DLL 을 빌드하다가 넘후 힘들어서 컴파일 및 링크를 자동으로 해주는 프로그램을 제작하였습니다.혹시나 그런 일은 없겠지만.. 자동으로 컴파일 및 링크를 해야할 상황이 되면 유용하게 사용할 .....