From 9539ad0b79a6673a9f04fbfdc6596d8e387c5b0c Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sat, 19 Jul 2003 15:14:34 +0000 Subject: [PATCH] Some bakefile fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/help/help.bkl | 2 +- samples/png/png.bkl | 4 ++-- samples/sockets/sockets.bkl | 13 ++++++++++--- samples/taskbar/taskbar.bkl | 4 ++-- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/samples/help/help.bkl b/samples/help/help.bkl index 5a5b09c4b4..1c933f1c60 100644 --- a/samples/help/help.bkl +++ b/samples/help/help.bkl @@ -7,7 +7,7 @@ demo.cpp core base - help.rc + demo.rc diff --git a/samples/png/png.bkl b/samples/png/png.bkl index 531d63893d..e947e8a954 100644 --- a/samples/png/png.bkl +++ b/samples/png/png.bkl @@ -4,10 +4,10 @@ - png.cpp + pngdemo.cpp core base - png.rc + pngdemo.rc diff --git a/samples/sockets/sockets.bkl b/samples/sockets/sockets.bkl index 34d0a3b937..27bd0bc01e 100644 --- a/samples/sockets/sockets.bkl +++ b/samples/sockets/sockets.bkl @@ -3,11 +3,18 @@ - - sockets.cpp + + client.cpp core base - sockets.rc + client.rc + + + + server.cpp + core + base + server.rc diff --git a/samples/taskbar/taskbar.bkl b/samples/taskbar/taskbar.bkl index c702684725..757893e10b 100644 --- a/samples/taskbar/taskbar.bkl +++ b/samples/taskbar/taskbar.bkl @@ -4,10 +4,10 @@ - taskbar.cpp + tbtest.cpp core base - taskbar.rc + tbtest.rc -- 2.45.2