~ubuntu-branches/ubuntu/maverick/swig1.3/maverick

« back to all changes in this revision

Viewing changes to Examples/java/class/example.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-09-01 18:35:55 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050901183555-eq59uwhq8b62e44c
Tags: 1.3.24-1ubuntu4
* Use php5-dev instead of php4-dev, to kick php4 out of main.
* Drop support for generation of pike bindings, as nothing uses it,
  and swig is the only thing keeping pike7.6 in main (Ubuntu #13796)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
# Begin Special Build Tool
58
58
SOURCE="$(InputPath)"
59
59
PostBuild_Desc=Java compile post-build step
60
 
PostBuild_Cmds=echo on  %JAVA_BIN%\javac *.java
 
60
PostBuild_Cmds=echo on  "%JAVA_BIN%\javac" *.java
61
61
# End Special Build Tool
62
62
 
63
63
!ELSEIF  "$(CFG)" == "example - Win32 Release"
88
88
# Begin Special Build Tool
89
89
SOURCE="$(InputPath)"
90
90
PostBuild_Desc=Java compile post-build step
91
 
PostBuild_Cmds=echo on  %JAVA_BIN%\javac *.java
 
91
PostBuild_Cmds=echo on  "%JAVA_BIN%\javac" *.java
92
92
# End Special Build Tool
93
93
 
94
94
!ENDIF