-
Notifications
You must be signed in to change notification settings - Fork 15
target name suggestion #4
Copy link
Copy link
Open
Description
I see three names:
win_slib_debug
win_slib_release
win_dlib_release
For the first one, I see that It links to a "debug version of wx library", but
not a lot of people build wxWidgets with debug option. So the proposed target
names are:
static_debug_lib_with_wx_debug_dll (link to a debug version of wx lib)
static_debug_lib_with_wx_release_dll (link to a release version of wx lib)
I presume that mostly use/build wxWidgets library as (release wx monolithic dll)
Thanks
Original issue reported on code.google.com by Asmwarr...@gmail.com on 14 Jun 2013 at 8:51
Reactions are currently unavailable