Skip to content

Commit

Permalink
Reorganize Windows-specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject committed Dec 23, 2013
1 parent 2a59158 commit abee521
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 18 deletions.
6 changes: 0 additions & 6 deletions remake-clean.bat

This file was deleted.

6 changes: 0 additions & 6 deletions remake-stereo.bat

This file was deleted.

12 changes: 12 additions & 0 deletions remake-win
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash


SCRIPT_PATH=`/bin/dirname "${BASH_SOURCE[0]}"`;

export PATH="/usr/local/bin:/usr/bin:/bin:$SCRIPT_PATH:$SCRIPT_PATH/../blender:SCRIPT_PATH/../synfig/bin:$PATH"

#pushd `dirname "${SCRIPT_PATH}"` > /dev/null
#SCRIPT_PATH=`pwd`;
#popd > /dev/null

remake "$@"
5 changes: 5 additions & 0 deletions remake-win-clean.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cd %~p0

c:\cygwin\bin\bash.exe remake-win %1 clean

pause
5 changes: 5 additions & 0 deletions remake-win-stereo.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cd %~p0

c:\cygwin\bin\bash.exe remake-win %1 stereo

pause
5 changes: 5 additions & 0 deletions remake-win.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cd %~p0

c:\cygwin\bin\bash.exe remake-win %1

pause
6 changes: 0 additions & 6 deletions remake.bat

This file was deleted.

0 comments on commit abee521

Please sign in to comment.