Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Potentially fix shared again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Allard authored and Jared Allard committed Mar 12, 2015
1 parent 9f92b94 commit 8e784b3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ if (PHP_WINBINDER == "yes") {
EXTENSION("winbinder", "phpwb_bitmap.c phpwb_control.c phpwb_control_listview.c\
phpwb_control_menu.c phpwb_control_toolbar.c phpwb_control_treeview.c\
phpwb_draw.c phpwb_export.c phpwb_font.c phpwb_generic.c phpwb_lowlevel.c\
phpwb_sysdlg.c phpwb_wb_lib.c phpwb_window.c phpwb_winsys.c\
wb/wb_bitmap.c wb/wb_control.c\
wb/wb_control_calendar.c wb/wb_control_html.c wb/wb_control_hyperlink.c\
wb/wb_control_listview.c wb/wb_control_menu.c wb/wb_control_tab.c wb/wb_control_toolbar.c\
wb/wb_control_treeview.c wb/wb_draw.c wb/wb_font.c wb/wb_generic.c wb/wb_lowlevel.c\
wb/wb_sysdlg.c wb/wb_window.c wb/wb_winsys.c");
phpwb_sysdlg.c phpwb_wb_lib.c phpwb_window.c phpwb_winsys.c", "-Iext\\wibinder\\wb");

ADD_SOURCES("ext\\winbinder\\wb", "wb_bitmap.c wb_control.c\
wb_control_calendar.c wb_control_html.c wb_control_hyperlink.c\
wb_control_listview.c wb_control_menu.c wb_control_tab.c wb_control_toolbar.c\
wb_control_treeview.c wb_draw.c wb_font.c wb_generic.c wb_lowlevel.c\
wb_sysdlg.c wb_window.c wb_winsys.c")

AC_DEFINE('HAVE_WINBINDER', 1, 'Include windows GUI support', false);
}

0 comments on commit 8e784b3

Please sign in to comment.