projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
85446d5
)
add setjmp/longjmp to libcntpr, just like in ms sdks
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Tue, 9 Feb 2010 02:34:42 +0000
(
02:34
+0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Tue, 9 Feb 2010 02:34:42 +0000
(
02:34
+0000)
svn path=/trunk/; revision=45522
reactos/lib/sdk/crt/libcntpr.rbuild
patch
|
blob
|
history
diff --git
a/reactos/lib/sdk/crt/libcntpr.rbuild
b/reactos/lib/sdk/crt/libcntpr.rbuild
index
a305d91
..
9a3f0c8
100644
(file)
--- a/
reactos/lib/sdk/crt/libcntpr.rbuild
+++ b/
reactos/lib/sdk/crt/libcntpr.rbuild
@@
-83,6
+83,14
@@
<file>lfind.c</file>
</directory>
+ <directory name="setjmp">
+ <if property="ARCH" value="i386">
+ <directory name="i386">
+ <file>setjmp.s</file>
+ </directory>
+ </if>
+ </directory>
+
<directory name="stdlib">
<file>qsort.c</file>
</directory>