[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"
|
# Name "db - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\db.cpp
|
SOURCE=.\dbtest.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\db.rc
|
SOURCE=.\dbtest.rc
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\listdb.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
@@ -12,6 +12,6 @@ CONFIG = wx
|
|||||||
#WXCONFIGS = Debug Release DebugDll ReleaseDll
|
#WXCONFIGS = Debug Release DebugDll ReleaseDll
|
||||||
|
|
||||||
# project files
|
# project files
|
||||||
SOURCES = db.cpp
|
SOURCES = dbtest.cpp listdb.cpp
|
||||||
RC_FILE = db.rc
|
RC_FILE = dbtest.rc
|
||||||
TARGET = db
|
TARGET = db
|
||||||
|
Reference in New Issue
Block a user