RubyGems Navigation menu

cpp_engine 0.0.4

cpp_engine is an build system for C++ projects, It works like Make but much better. Compring to Rake, cpp_engine is more targeted at building C++ project I just started developing this system. Since I am a student in NYU, the effort I can put on this project is limited. if you are interested in it, please send me email:) To use this system, you need to create a file named "enginespec" in your working dir. An example of enginespec is as follows: compile(["*.cpp"]){|config| config.flags=["-O3", "-msse2", "-msse3", "-mfpmath=sse"] config.header_dirs=["include1","include2"] config.lib_dirs=["libdir1","libdir2"] config.libs=["math","openGL"] config.product="xxx" } After this file is created, you can simply run cppengine to build your project

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 0.0.4 - January 25, 2012 (4,5 KB)
  2. 0.0.3 - January 25, 2012 (4,5 KB)
  3. 0.0.2 - January 24, 2012 (4,5 KB)
  4. 0.0.1 - January 24, 2012 (4 KB)

Besitzer:

Autoren:

  • tsdeng

SHA 256-Prüfsumme:

6fcf28aa99fc088b21fdba881321e3dfa753f2ae37988c4007d0fbda96d3586f

Downloads insgesamt 15.542

Für diese Version 4.638

Lizenzen:

k.A.

Erforderliche Ruby-Version: None

Links: