From: Vadim Zeitlin Date: Wed, 10 Oct 2001 09:36:55 +0000 (+0000) Subject: [blind] fixes to the project file according to George's message X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e1115599565517c75cd6acafe7f1f5a32ddb08c4?ds=sidebyside [blind] fixes to the project file according to George's message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/db/db.dsp b/samples/db/db.dsp index a5582dee97..395a239da2 100644 --- a/samples/db/db.dsp +++ b/samples/db/db.dsp @@ -144,11 +144,15 @@ LINK32=link.exe # Name "db - Win32 Debug" # Begin Source File -SOURCE=.\db.cpp +SOURCE=.\dbtest.cpp # End Source File # Begin Source File -SOURCE=.\db.rc +SOURCE=.\dbtest.rc +# End Source File +# Begin Source File + +SOURCE=.\listdb.cpp # End Source File # End Target # End Project diff --git a/samples/db/db.pro b/samples/db/db.pro index 2504e3594e..2d8c5cf969 100644 --- a/samples/db/db.pro +++ b/samples/db/db.pro @@ -12,6 +12,6 @@ CONFIG = wx #WXCONFIGS = Debug Release DebugDll ReleaseDll # project files -SOURCES = db.cpp -RC_FILE = db.rc +SOURCES = dbtest.cpp listdb.cpp +RC_FILE = dbtest.rc TARGET = db