[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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user