Last change
on this file since 8571 was
8456,
checked in by ascheibe, 12 years ago
|
#1861 fixed Pre and PostBuild events to work on Linux
|
-
Property svn:executable set to
*
|
File size:
319 bytes
|
Line | |
---|
1 | export AIFile=$ProjectDir/Properties/AssemblyInfo.cs.frame |
---|
2 | export PluginFile=$ProjectDir/Plugin.cs.frame |
---|
3 | |
---|
4 | if [ -f $AIFile ]; |
---|
5 | then |
---|
6 | $SolutionDir/svnwcrev $ProjectDir $AIFile $ProjectDir/Properties/AssemblyInfo.cs |
---|
7 | fi |
---|
8 | |
---|
9 | if [ -f $PluginFile ]; |
---|
10 | then |
---|
11 | $SolutionDir/svnwcrev $ProjectDir $PluginFile $ProjectDir/Plugin.cs |
---|
12 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.