compile these with exceptions again

a13a88bd2c673d059b60e339dcf3b8fabf991f18 changes them to build
without exceptions by mistake, causing a boost problem
This commit is contained in:
Luboš Luňák 2012-03-17 21:51:21 +01:00
parent a295d1f05c
commit 66ff55f8c6

View File

@ -43,7 +43,7 @@ $(eval $(call gb_StaticLibrary_add_defs,directxcanvas,\
-UNOMINMAX \
))
$(eval $(call gb_StaticLibrary_add_noexception_objects,directxcanvas,\
$(eval $(call gb_StaticLibrary_add_exception_objects,directxcanvas,\
canvas/source/directx/dx_bitmap \
canvas/source/directx/dx_bitmapcanvashelper \
canvas/source/directx/dx_canvasbitmap \