mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5652
This commit is contained in:
parent
fba33deb75
commit
9466020a9b
|
@ -13,6 +13,7 @@ boinc_gui_SOURCES = \
|
||||||
BOINCListCtrl.cpp \
|
BOINCListCtrl.cpp \
|
||||||
BOINCTaskCtrl.cpp \
|
BOINCTaskCtrl.cpp \
|
||||||
DlgAbout.cpp \
|
DlgAbout.cpp \
|
||||||
|
DlgAccountManager.cpp \
|
||||||
DlgAttachProject.cpp \
|
DlgAttachProject.cpp \
|
||||||
DlgConnection.cpp \
|
DlgConnection.cpp \
|
||||||
DlgOptions.cpp \
|
DlgOptions.cpp \
|
||||||
|
@ -38,13 +39,34 @@ boinc_gui_SOURCES = \
|
||||||
../lib/md5_file.C \
|
../lib/md5_file.C \
|
||||||
../lib/md5.c
|
../lib/md5.c
|
||||||
|
|
||||||
EXTRA_DIST = BOINCBaseView.h DlgAttachProject.h ValidateAccountKey.h ViewWork.h \
|
EXTRA_DIST = \
|
||||||
BOINCGUIApp.h DlgConnection.h ValidateURL.h _wx_intellisense.h \
|
_wx_intellisense.h \
|
||||||
BOINCListCtrl.h DlgOptions.h ViewMessages.h resource.h \
|
BOINCBaseView.h \
|
||||||
BOINCTaskBar.h Events.h ViewProjects.h stdwx.h \
|
BOINCGUIApp.h \
|
||||||
BOINCTaskCtrl.h MainDocument.h ViewResources.h \
|
BOINCListCtrl.h \
|
||||||
DlgAbout.h MainFrame.h ViewTransfers.h \
|
BOINCTaskBar.h \
|
||||||
res msw locale
|
BOINCTaskCtrl.h \
|
||||||
|
DlgAbout.h \
|
||||||
|
DlgAccountManager.h \
|
||||||
|
DlgAttachProject.h \
|
||||||
|
DlgConnection.h \
|
||||||
|
DlgOptions.h \
|
||||||
|
Events.h \
|
||||||
|
LogBOINC.h
|
||||||
|
MainDocument.h \
|
||||||
|
MainFrame.h \
|
||||||
|
resource.h \
|
||||||
|
stdwx.h \
|
||||||
|
ValidateAccountKey.h \
|
||||||
|
ValidateURL.h \
|
||||||
|
ViewMessages.h \
|
||||||
|
ViewProjects.h \
|
||||||
|
ViewResources.h \
|
||||||
|
ViewTransfers.h
|
||||||
|
ViewWork.h \
|
||||||
|
res \
|
||||||
|
msw \
|
||||||
|
locale
|
||||||
|
|
||||||
boinc_gui_CPPFLAGS = $(AM_CPPFLAGS) $(WX_CPPFLAGS) $(CLIENTGUIFLAGS)
|
boinc_gui_CPPFLAGS = $(AM_CPPFLAGS) $(WX_CPPFLAGS) $(CLIENTGUIFLAGS)
|
||||||
boinc_gui_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS) $(CLIENTGUIFLAGS)
|
boinc_gui_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS) $(CLIENTGUIFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue