~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to projects/generate.vbs

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman, Matthijs Kooijman
  • Date: 2009-10-01 22:52:59 UTC
  • mfrom: (1.1.8 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091001225259-5kpkp4sthbszpyif
[ Matthijs Kooijman ]
* New upstream release
* Use printf instead of echo -en in openttd-wrapper to make it POSIX
  compatible (Closes: #547758).
* Remove three patches that are now included in upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
                        & vbCrLf & "                                    Name=" & Chr(34) & "VCCustomBuildTool" & Chr(34) _
204
204
                        & vbCrLf & "                                    Description=" & Chr(34) & "Generating " & file & " language file" & Chr(34) _
205
205
                        & vbCrLf & "                                    CommandLine=" & Chr(34) & "..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" & Chr(34) _
206
 
                        & vbCrLf & "                                    AdditionalDependencies=" & Chr(34) & Chr(34) _
 
206
                        & vbCrLf & "                                    AdditionalDependencies=" & Chr(34) & "..\src\lang\english.txt" & Chr(34) _
207
207
                        & vbCrLf & "                                    Outputs=" & Chr(34) & "..\bin\lang\" & file & ".lng" & Chr(34) _
208
208
                        & vbCrLf & "                            />" _
209
209
                        & vbCrLf & "                    </FileConfiguration>" _