Premake-based Windows Build System
ODE 0.12pDCpremakepremake4ł͂ȂODE 0.10.0tpremake (by Jason Perkins)ODE{̃TvvORpCpɕύXD

Kosei Demura (http://demura.net) 2008-7-8

g

1. Code::Blocks
   R}hvvgňȉ̃R}hsD

   premake --target cb-gcc


2. Visual C++ 2008 ExpressEdition

   premake --target vs2008


3. MinGW

   premake --target gnu

4. \[VC[NXy[XCmaket@Csrc̒ɂł̂ŁCgrh܂̓RpCĂD

ȏ

-------------------------

Premake-based Windows Build System

I changed a little bit the premake system (by Jason Perkins) with ODE0.10.0.

How to Install

Usage


1. Code::Blocks
   
   premake --target cb-gcc


2. Visual C++ 2008 ExpressEdition

   premake --target vs2008


3. MinGW

   premake --target gnu

4. Please use a workspace file, a solution file, or a make file in the src directory to build sample programs.

----------------------------