jan_flanders

Untitled

Dec 12th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <configs>
  2.     <config
  3.         name        = "haxe"
  4.         prefix      = "haxe_r"
  5.         ext     = "zip"
  6.         type        = "HAXE"
  7.         url     = "http://builds.haxer.be/windows/"
  8.         path        = "C:\\Program Files\\Motion-Twin\\haxe"
  9.         rev     = "C:\\Program Files\\Motion-Twin\\haxe\\rev"
  10.         cur     = "C:\\Program Files\\Motion-Twin\\haxe\\rev\\current.txt"
  11.         bin     = "C:\\Program Files\\Motion-Twin\\haxe\\rev\\bin"
  12.         exe     = "C:\\Program Files\\Motion-Twin\\haxe\\haxe.exe"
  13.         old     = "C:\\Program Files\\Motion-Twin\\haxe\\haxe.old" 
  14.     />
  15.    
  16.     <config
  17.         name        = "nme"
  18.         prefix      = "nme_r"
  19.         ext     = "zip"
  20.         type        = "NME"
  21.         url     = "http://builds.haxer.be/libs/nme/windows/"
  22.         path        = "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows"
  23.         rev     = "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows\\rev"
  24.         cur     = "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows\\rev\\current.txt"
  25.         bin     = "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows\\rev\\bin"
  26.         exe     = "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows\\nme.ndll"
  27.         old     = "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows\\nme.old"
  28.     />
  29.    
  30.     <config
  31.         name        = "neko"
  32.         prefix      = "neko_r"
  33.         ext     = "zip"
  34.         type        = "NEKO"
  35.         url     = "http://builds.haxer.be/libs/neko/windows/"
  36.         path        = "C:\\Program Files\\Motion-Twin\\neko"
  37.         rev     = "C:\\Program Files\\Motion-Twin\\neko\\rev"
  38.         cur     = "C:\\Program Files\\Motion-Twin\\neko\\rev\\current.txt"
  39.         bin     = "C:\\Program Files\\Motion-Twin\\neko\\rev\\bin"
  40.         exe     = "C:\\Program Files\\Motion-Twin\\neko\\neko.exe"
  41.         old     = "C:\\Program Files\\Motion-Twin\\neko\\neko.old"
  42.     />
  43.     <config
  44.         name    = "lib"
  45.         type    = "LIB"
  46.         path    = "C:\\Program Files\\Motion-Twin\\haxe\\lib"
  47.     />
  48. </configs>
Advertisement
Add Comment
Please, Sign In to add comment