mirror of https://gitlab.com/basile.b/dexed.git
out put to bin folder
This commit is contained in:
parent
df04148d5e
commit
0e00028c22
|
@ -27,3 +27,4 @@ lazproj/cetodo
|
|||
lazproj/cesyms
|
||||
lazproj/coedit
|
||||
icons/generate_res
|
||||
bin
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
<XPManifest>
|
||||
<DpiAware Value="True"/>
|
||||
</XPManifest>
|
||||
<Icon Value="0"/>
|
||||
</General>
|
||||
<i18n>
|
||||
<EnableI18N LFM="False"/>
|
||||
|
@ -27,7 +26,7 @@
|
|||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Target>
|
||||
<Filename Value="coedit"/>
|
||||
<Filename Value="..\bin\coedit"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
|
@ -69,7 +68,7 @@
|
|||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Target>
|
||||
<Filename Value="coedit"/>
|
||||
<Filename Value="..\bin\coedit"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
|
@ -371,7 +370,7 @@
|
|||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Target>
|
||||
<Filename Value="coedit"/>
|
||||
<Filename Value="..\bin\coedit"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
|
|
Loading…
Reference in New Issue