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