Case-sensitive fixes on template script files for Linux.

This commit is contained in:
LuisAntonRebollo 2014-04-13 19:30:35 +02:00
parent 2142d452d4
commit a8462b7fc3
15 changed files with 22 additions and 22 deletions

View file

@ -25,8 +25,8 @@ function initializeRoadEditor()
echo( " - Initializing Road and Path Editor" );
exec( "./roadEditor.cs" );
exec( "./roadEditorGui.gui" );
exec( "./roadEditorToolbar.gui");
exec( "./RoadEditorGui.gui" );
exec( "./RoadEditorToolbar.gui");
exec( "./roadEditorGui.cs" );
// Add ourselves to EditorGui, where all the other tools reside