File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 525
525
<folderInfo id =" cdt.managedbuild.config.gnu.mingw.exe.release.1579099443." name =" /" resourcePath =" " >
526
526
<toolChain id =" cdt.managedbuild.toolchain.gnu.mingw.exe.release.978223463" name =" MinGW GCC" superClass =" cdt.managedbuild.toolchain.gnu.mingw.exe.release" >
527
527
<targetPlatform id =" cdt.managedbuild.target.gnu.platform.mingw.exe.release.21513118" name =" Debug Platform" superClass =" cdt.managedbuild.target.gnu.platform.mingw.exe.release" />
528
- <builder buildPath =" ${workspace_loc:/keeperfx_launchwx}" command =" mingw32-make" id =" cdt.managedbuild.target.gnu.builder.base.165780325" keepEnvironmentInBuildfile =" false" managedBuildOn =" false" name =" Gnu Make Builder" superClass =" cdt.managedbuild.target.gnu.builder.base" />
528
+ <builder buildPath =" ${workspace_loc:/keeperfx_launchwx}" command =" mingw32-make" id =" cdt.managedbuild.target.gnu.builder.base.165780325" keepEnvironmentInBuildfile =" false" managedBuildOn =" false" name =" Gnu Make Builder" superClass =" cdt.managedbuild.target.gnu.builder.base" >
529
+ <outputEntries >
530
+ <entry flags =" VALUE_WORKSPACE_PATH" kind =" outputPath" name =" bin" />
531
+ <entry flags =" VALUE_WORKSPACE_PATH" kind =" outputPath" name =" obj" />
532
+ </outputEntries >
533
+ </builder >
529
534
<tool id =" cdt.managedbuild.tool.gnu.assembler.mingw.exe.release.2046438023" name =" GCC Assembler" superClass =" cdt.managedbuild.tool.gnu.assembler.mingw.exe.release" >
530
535
<inputType id =" cdt.managedbuild.tool.gnu.assembler.input.1503649964" superClass =" cdt.managedbuild.tool.gnu.assembler.input" />
531
536
</tool >
Original file line number Diff line number Diff line change 9
9
<name >org.eclipse.cdt.managedbuilder.core.genmakebuilder</name >
10
10
<triggers >clean,full,incremental,</triggers >
11
11
<arguments >
12
+ <dictionary >
13
+ <key >?children?</key >
14
+ <value >?name?=outputEntries\|?children?=?name?=entry\\\\\\\|\\\|?name?=entry\\\\\\\|\\\|\||</value >
15
+ </dictionary >
12
16
<dictionary >
13
17
<key >?name?</key >
14
18
<value ></value >
Original file line number Diff line number Diff line change @@ -63,21 +63,21 @@ ifeq ($(UNICODE),1)
63
63
WXUNICODEFLAG = u
64
64
endif
65
65
__WXLIB_CORE_p = \
66
- -lwx_msw $( WXUNICODEFLAG ) _core- $( WX_RELEASE )$( HOST_SUFFIX )
66
+ -lwxmsw $( WX_RELEASE_NODOT )$( WXUNICODEFLAG ) _core
67
67
__WXLIB_BASE_p = \
68
- -lwx_base $( WXUNICODEFLAG ) - $( WX_RELEASE )$( HOST_SUFFIX )
68
+ -lwxbase $( WX_RELEASE_NODOT )$( WXUNICODEFLAG )
69
69
__LIB_TIFF_p = \
70
- -lwxtiff$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR ) - $( WX_RELEASE )$( HOST_SUFFIX )
70
+ -lwxtiff$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR )
71
71
__LIB_JPEG_p = \
72
- -lwxjpeg$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR ) - $( WX_RELEASE )$( HOST_SUFFIX )
72
+ -lwxjpeg$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR )
73
73
__LIB_PNG_p = \
74
- -lwxpng$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR ) - $( WX_RELEASE )$( HOST_SUFFIX )
74
+ -lwxpng$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR )
75
75
__LIB_ZLIB_p = \
76
- -lwxzlib$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR ) - $( WX_RELEASE )$( HOST_SUFFIX )
76
+ -lwxzlib$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR )
77
77
___LIB_REGEX_p = \
78
- -lwxregex$(WXUNICODEFLAG )$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR ) - $( WX_RELEASE )$( HOST_SUFFIX )
78
+ -lwxregex$(WXUNICODEFLAG )$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR )
79
79
___LIB_EXPAT_p = \
80
- -lwxexpat$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR ) - $( WX_RELEASE )$( HOST_SUFFIX )
80
+ -lwxexpat$(WXDEBUGFLAG )$(WX_LIB_FLAVOUR )
81
81
82
82
.PHONY : all all-before all-after debug docs docsdox clean clean-custom
83
83
You can’t perform that action at this time.
0 commit comments