Skip to content

Commit 52c7ea9

Browse files
author
ledyba
committed
first commit.
git-svn-id: svn://svn.code.sf.net/p/libuuidmingw/code/trunk@1 9a6779e2-73c4-4681-a30b-d8499bb39d1e
0 parents  commit 52c7ea9

21 files changed

+2045
-0
lines changed

.cproject

+609
Large diffs are not rendered by default.

.project

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>libuuid</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
10+
<triggers>clean,full,incremental,</triggers>
11+
<arguments>
12+
<dictionary>
13+
<key>?children?</key>
14+
<value>?name?=outputEntries\|?children?=?name?=entry\\\\\\\|\\\|?name?=entry\\\\\\\|\\\|\||</value>
15+
</dictionary>
16+
<dictionary>
17+
<key>?name?</key>
18+
<value></value>
19+
</dictionary>
20+
<dictionary>
21+
<key>org.eclipse.cdt.make.core.append_environment</key>
22+
<value>true</value>
23+
</dictionary>
24+
<dictionary>
25+
<key>org.eclipse.cdt.make.core.buildArguments</key>
26+
<value></value>
27+
</dictionary>
28+
<dictionary>
29+
<key>org.eclipse.cdt.make.core.buildCommand</key>
30+
<value>make</value>
31+
</dictionary>
32+
<dictionary>
33+
<key>org.eclipse.cdt.make.core.buildLocation</key>
34+
<value>${workspace_loc:/libuuid/Debug}</value>
35+
</dictionary>
36+
<dictionary>
37+
<key>org.eclipse.cdt.make.core.contents</key>
38+
<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
39+
</dictionary>
40+
<dictionary>
41+
<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
42+
<value>false</value>
43+
</dictionary>
44+
<dictionary>
45+
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
46+
<value>true</value>
47+
</dictionary>
48+
<dictionary>
49+
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
50+
<value>true</value>
51+
</dictionary>
52+
<dictionary>
53+
<key>org.eclipse.cdt.make.core.stopOnError</key>
54+
<value>true</value>
55+
</dictionary>
56+
<dictionary>
57+
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
58+
<value>true</value>
59+
</dictionary>
60+
</arguments>
61+
</buildCommand>
62+
<buildCommand>
63+
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
64+
<triggers>full,incremental,</triggers>
65+
<arguments>
66+
</arguments>
67+
</buildCommand>
68+
</buildSpec>
69+
<natures>
70+
<nature>org.eclipse.cdt.core.cnature</nature>
71+
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
72+
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
73+
</natures>
74+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#Sun Feb 13 00:36:01 JST 2011
2+
eclipse.preferences.version=1
3+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.lib.debug.503188946/CPATH/delimiter=;
4+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.lib.debug.503188946/CPATH/operation=remove
5+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.lib.debug.503188946/C_INCLUDE_PATH/delimiter=;
6+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.lib.debug.503188946/C_INCLUDE_PATH/operation=remove
7+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.lib.debug.503188946/append=true
8+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.lib.debug.503188946/appendContributed=true

AUTHORS

Whitespace-only changes.

COPYING

+674
Large diffs are not rendered by default.

ChangeLog

Whitespace-only changes.

0 commit comments

Comments
 (0)