- add kernelmodedriver module type
  - add set_cpp macro, which takes care of all c++ stuff for you
  - hackfix stlport headers for c++ kernel mode modules.
  - complain about explorer
  - solitaire, telnet and uniata now build happily against stlport

svn path=/branches/cmake-bringup/; revision=49141
This commit is contained in:
Jérôme Gardou 2010-10-14 11:03:20 +00:00
parent bb61fb5246
commit 33a0b314cd
9 changed files with 33 additions and 33 deletions

View file

@ -41,9 +41,3 @@ list(APPEND SOURCE
src/cxa.c)
add_library(stlport ${SOURCE})
if(NOT MSVC)
#those are mandatory to get correctly ordered linked libraries.
#target_link_libraries(stlport supc++ msvcrt.dll.a)
#add_importlibs(stlport msvcrt)
endif()

View file

@ -44,7 +44,7 @@
# endif
#endif /* _STLP_BIG_ENDIAN */
#if !defined (_STLP_WINDOWS_H_INCLUDED)
#if !defined (_STLP_WINDOWS_H_INCLUDED) && !defined(_WDMDDK_) //let's hope it will work long enough...
# define _STLP_WINDOWS_H_INCLUDED
# if defined (__BUILDING_STLPORT)
# include <stl/config/_native_headers.h>