mirror of https://github.com/buggins/dlangide.git
fix build error
This commit is contained in:
parent
950c7f69a9
commit
0bda52db8a
|
@ -54,7 +54,7 @@
|
|||
<ccTransOpt>1</ccTransOpt>
|
||||
<program>$(DMDInstallDir)windows\bin\dmd.exe</program>
|
||||
<imppath>$(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib $(SolutionDir)/../libdparse/src</imppath>
|
||||
<fileImppath>views views/res views/res/i18n views/res/mdpi</fileImppath>
|
||||
<fileImppath>views views/res views/res/i18n views/res/mdpi views/res/hdpi</fileImppath>
|
||||
<outdir>$(ConfigurationName)</outdir>
|
||||
<objdir>$(OutDir)</objdir>
|
||||
<objname />
|
||||
|
@ -72,7 +72,7 @@
|
|||
<debuglevel>0</debuglevel>
|
||||
<debugids>DebugInfo DCD</debugids>
|
||||
<versionlevel>0</versionlevel>
|
||||
<versionids>Unicode USE_FREETYPE</versionids>
|
||||
<versionids>Unicode USE_FREETYPE USE_OPENGL USE_SDL</versionids>
|
||||
<dump_source>0</dump_source>
|
||||
<mapverbosity>3</mapverbosity>
|
||||
<createImplib>0</createImplib>
|
||||
|
|
|
@ -144,8 +144,7 @@ class SearchWidget : TabWidget {
|
|||
ComboBox _searchScope;
|
||||
|
||||
protected IDEFrame _frame;
|
||||
protected synchronized SearchMatchList[] _matchedList;
|
||||
|
||||
protected SearchMatchList[] _matchedList;
|
||||
|
||||
bool onFindButtonPressed(Widget source) {
|
||||
dstring txt = _findText.text;
|
||||
|
|
Loading…
Reference in New Issue