cpp_engine 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. metadata +10 -5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpp_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,10 +11,15 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-01-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: <p>cpp_engine is an build system for C++ projects, It works like Make
15
- but much better. Compring to Rake, cpp_engine is more targeted at building C++ project</p>
16
- <p>I just started developing this system,</p> <h3> if you are interested in it,
17
- please send me email:)</h3>
14
+ description: ! "cpp_engine is an build system for C++ projects, It works like Make
15
+ but much better. Compring to Rake, cpp_engine is more targeted at building C++ project
16
+ I just started developing this system. Since I am a student in NYU, the effort I
17
+ can put on this project is limited. if you are interested in it, please send me
18
+ email:)\n To use this system, you need to create a file named \"enginespec\"
19
+ in your working dir. An example of enginespec is as follows:\n compile([\"*.cpp\"]){|config|\n\tconfig.flags=[\"-O3\",
20
+ \"-msse2\", \"-msse3\", \"-mfpmath=sse\"]\n\tconfig.header_dirs=[\"include1\",\"include2\"]\n\tconfig.lib_dirs=[\"libdir1\",\"libdir2\"]\n\tconfig.libs=[\"math\",\"openGL\"]\n
21
+ \ config.product=\"xxx\"\n} \n After this file is created, you can simply
22
+ run cppengine to build your project"
18
23
  email: tianshuo@me.com
19
24
  executables:
20
25
  - cppengine