Author: akhaldi
Date: Mon Aug 20 17:53:44 2012
New Revision: 57120
URL:
http://svn.reactos.org/svn/reactos?rev=57120&view=rev
Log:
* Fix build.
Modified:
trunk/reactos/lib/3rdparty/libwine/CMakeLists.txt
trunk/reactos/lib/sdk/crt/libcntpr.cmake
Modified: trunk/reactos/lib/3rdparty/libwine/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/libwine/CMake…
==============================================================================
--- trunk/reactos/lib/3rdparty/libwine/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/3rdparty/libwine/CMakeLists.txt [iso-8859-1] Mon Aug 20 17:53:44
2012
@@ -8,7 +8,7 @@
isinf.c
isnan.c
loader.c
- ../../sdk/crt/string/wctype.c
+ ${REACTOS_SOURCE_DIR}/lib/sdk/crt/string/wctype.c
register.c
# string.c implements _stricmp, already shipped with crt
)
Modified: trunk/reactos/lib/sdk/crt/libcntpr.cmake
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/libcntpr.cmake…
==============================================================================
--- trunk/reactos/lib/sdk/crt/libcntpr.cmake [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/crt/libcntpr.cmake [iso-8859-1] Mon Aug 20 17:53:44 2012
@@ -52,6 +52,7 @@
string/wcstol.c
string/wcstombs_nt.c
string/wcstoul.c
+ string/wctype.c
string/wsplitp.c
string/wtoi64.c
string/wtoi.c