fixes for spaces in path to javac
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6579 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b77ef6461a
commit
6a03a2deb5
3 changed files with 6 additions and 6 deletions
|
|
@ -57,7 +57,7 @@ LINK32=link.exe
|
|||
# Begin Special Build Tool
|
||||
SOURCE="$(InputPath)"
|
||||
PostBuild_Desc=Java compile post-build step
|
||||
PostBuild_Cmds=echo on %JAVA_BIN%\javac *.java
|
||||
PostBuild_Cmds=echo on "%JAVA_BIN%\javac" *.java
|
||||
# End Special Build Tool
|
||||
|
||||
!ELSEIF "$(CFG)" == "example - Win32 Release"
|
||||
|
|
@ -88,7 +88,7 @@ LINK32=link.exe
|
|||
# Begin Special Build Tool
|
||||
SOURCE="$(InputPath)"
|
||||
PostBuild_Desc=Java compile post-build step
|
||||
PostBuild_Cmds=echo on %JAVA_BIN%\javac *.java
|
||||
PostBuild_Cmds=echo on "%JAVA_BIN%\javac" *.java
|
||||
# End Special Build Tool
|
||||
|
||||
!ENDIF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue