Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@43 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
25 changed files with 102 additions and 77 deletions
@ -1,30 +0,0 @@ |
|||||||
<?xml version="1.0"?> |
|
||||||
|
|
||||||
<project name="SharpDevelop Language Resources" default="build" basedir="."> |
|
||||||
<!-- Programs --> |
|
||||||
<property name="resasm" value="ResAsm.exe"/> |
|
||||||
|
|
||||||
<!-- Properties --> |
|
||||||
<property name="destination.dir" value="..\..\SharpDevelop\Src\Main\StartUp\Resources"/> |
|
||||||
|
|
||||||
<target name="build" depends="clean"> |
|
||||||
<echo message="Building image resource files"/> |
|
||||||
<exec program="${resasm}" commandline="BitmapResources.res"/> |
|
||||||
|
|
||||||
<echo message="Move compiled resource files"/> |
|
||||||
<move todir="${destination.dir}"> |
|
||||||
<fileset> |
|
||||||
<include name="BitmapResources.resources"/> |
|
||||||
</fileset> |
|
||||||
</move> |
|
||||||
|
|
||||||
</target> |
|
||||||
|
|
||||||
<target name="clean"> |
|
||||||
<delete> |
|
||||||
<fileset basedir="${destination.dir}"> |
|
||||||
<include name="BitmapResources.resources"/> |
|
||||||
</fileset> |
|
||||||
</delete> |
|
||||||
</target> |
|
||||||
</project> |
|
||||||
@ -1,4 +1,5 @@ |
|||||||
@echo off |
@echo off |
||||||
..\..\SharpDevelop\src\Tools\nant\bin\nant |
resasm BitmapResources.res |
||||||
|
move BitmapResources.resources ..\..\SharpDevelop\Src\Main\StartUp\Project\Resources\BitmapResources.resources |
||||||
|
|
||||||
pause |
pause |
||||||
Binary file not shown.
Loading…
Reference in new issue