Advertisement
agmike

gsmake.config.xml

Jul 19th, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.89 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <project>
  4.     <input path="src\" />
  5.     <output path="bin\" />
  6.     <trainz path="E:\TS12\" />
  7.    
  8.     <target prefix="lse" asset-kuid="kuid:298469:100030" />
  9.    
  10.     <target prefix="lse.init" asset-kuid="kuid:298469:100013" />
  11.    
  12.     <target prefix="lse.llib" asset-kuid="kuid:298469:100025" />
  13.    
  14.     <target prefix="lse.pneum" asset-kuid="kuid:298469:100001" />
  15.    
  16.     <target prefix="lse.pneum.util.couplingmonitor" asset-kuid="kuid:298469:100027" />
  17.    
  18.     <target prefix="lse.pneum.hud.library" asset-kuid="kuid:298469:100026" />
  19.    
  20.     <replace>
  21.         <what>/* LSE_FILE_HEADER */</what>
  22.         <with>// LOCOMOTIVE SCRIPT EXTENDER LIBRARY
  23. // Version: {%version%}, date: {%date%}
  24. // Author: agentmike, e-mail: agentmike@rambler.ru
  25. // For license information see config.txt file.
  26. //
  27. // LSE is extensible framework for creating prototypically working locomotives.</with>
  28.     </replace>
  29.    
  30.     <replace>
  31.         <what>/* LSE_INIT_HEADER */</what>
  32. <with>// LSE.Init is standalone part of LSE providing support of unified initialization
  33. // system for locomotives with custom scripts.</with>
  34.     </replace>
  35.    
  36.     <replace>
  37.         <what>/* LSE_LLIB_HEADER */</what>
  38.         <with>// LSE.Llib is part of LSE with common utilities and classes.</with>
  39.     </replace>
  40.    
  41.     <replace>
  42.         <what>/* LSE_PNEUM_HEADER */</what>
  43.         <with>// LSE.Pneumatics provides realistic simulation of train brakes.</with>
  44.     </replace>
  45.    
  46.     <replace>
  47.         <what>/* LSE_GAPI_FILE_HEADER */</what>
  48.         <with>// LSE.GAPI is set of classes for graph-based scheme simulation.</with>
  49.     </replace>
  50.    
  51.     <replace>
  52.         <what>/* LSE_DEVICES_FILE_HEADER */</what>
  53.         <with>// LSE.Devices is toolkit for creating various locomotive devices.</with>
  54.     </replace>
  55.    
  56.     <param name="version">0.0.4</param>
  57. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement