[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
This commit is contained in:
Vadim Zeitlin
2001-10-10 09:36:55 +00:00
parent 0041d4b672
commit e111559956
2 changed files with 8 additions and 4 deletions

View 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

View 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