]> git.saurik.com Git - wxWidgets.git/commitdiff
[blind] fixes to the project file according to George's message
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Oct 2001 09:36:55 +0000 (09:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Oct 2001 09:36:55 +0000 (09:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/db/db.dsp
samples/db/db.pro

index a5582dee976eb194f360896ab74bfdb811b32085..395a239da2c74f768e441815a6eabb719c1bc850 100644 (file)
@@ -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
index 2504e3594e6f43231c0f6c248be290fa9435cbb7..2d8c5cf969578291bfafba0f11f157dfba3d295a 100644 (file)
@@ -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