projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea57bf
)
[CMAKE]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Wed, 19 Jan 2011 17:51:43 +0000
(17:51 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Wed, 19 Jan 2011 17:51:43 +0000
(17:51 +0000)
- Add __WINESRC__ definition to all winetests.
svn path=/trunk/; revision=50441
rostests/winetests/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/rostests/winetests/CMakeLists.txt
b/rostests/winetests/CMakeLists.txt
index
195194d
..
fb89f46
100644
(file)
--- a/
rostests/winetests/CMakeLists.txt
+++ b/
rostests/winetests/CMakeLists.txt
@@
-1,4
+1,6
@@
+add_definitions(-D__WINESRC__)
+
add_subdirectory(advapi32)
add_subdirectory(advpack)
add_subdirectory(amstream)