wxWidgets/samples/ipc
Vadim Zeitlin 395d453c94 Link with oleacc.lib when using MSW gcc makefiles
This library is now required when wxUSE_ACCESSIBILITY==1, but was only linked,
using a compiler-specific pragma, when using MSVC resulting in link errors
with gcc.

Fix this by adding the library to the bakefile for non-MSVC compilers and
rebaking.
2017-01-04 11:50:18 +01:00
..
baseclient.cpp
baseserver.cpp
client.cpp
client.h
connection.h Use proper format specifier for size_t value in ipc sample 2015-11-15 00:56:10 +01:00
ipc_vc7_baseipcclient.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc7_baseipcserver.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc7_ipcclient.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc7_ipcserver.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc8_baseipcclient.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc8_baseipcserver.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc8_ipcclient.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc8_ipcserver.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc9_baseipcclient.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc9_baseipcserver.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc9_ipcclient.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc_vc9_ipcserver.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
ipc.bkl
ipcsetup.h
makefile.bcc
makefile.gcc Link with oleacc.lib when using MSW gcc makefiles 2017-01-04 11:50:18 +01:00
Makefile.in Update version to 3.1.1 2016-03-03 23:23:06 +01:00
makefile.unx
makefile.vc Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
server.cpp
server.h