wxWidgets/samples/ipc
Vadim Zeitlin 57c7447463 Link console programs with PNG library in monolithic build.
PNG images are used by the main wxWidgets library itself now and so linking
with the monolithic wx library introduces dependencies on PNG as well, even
for the console applications. Link them with linpng to avoid linker errors.

Closes #12889.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-02-05 20:25:09 +00:00
..
baseclient.cpp
baseserver.cpp
client.cpp
client.h
connection.h
ipc_baseipcclient.dsp
ipc_baseipcserver.dsp
ipc_ipcclient.dsp
ipc_ipcserver.dsp
ipc_vc7_baseipcclient.vcproj Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
ipc_vc7_baseipcserver.vcproj Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
ipc_vc7_ipcclient.vcproj Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
ipc_vc7_ipcserver.vcproj Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
ipc_vc8_baseipcclient.vcproj Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
ipc_vc8_baseipcserver.vcproj Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
ipc_vc8_ipcclient.vcproj Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
ipc_vc8_ipcserver.vcproj Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
ipc_vc9_baseipcclient.vcproj Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
ipc_vc9_baseipcserver.vcproj Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
ipc_vc9_ipcclient.vcproj Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
ipc_vc9_ipcserver.vcproj Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
ipc.bkl
ipcsetup.h
makefile.bcc Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
makefile.gcc Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
Makefile.in Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
makefile.unx Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
makefile.vc Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
makefile.wat Link console programs with PNG library in monolithic build. 2011-02-05 20:25:09 +00:00
server.cpp
server.h