Commit f2937bec authored by Boris Kocherov's avatar Boris Kocherov

fix build config dependency order

parent b8eb3c18
...@@ -113,6 +113,7 @@ ...@@ -113,6 +113,7 @@
"../word/Editor/Numbering.js", "../word/Editor/Numbering.js",
"../word/Drawing/GraphicsEvents.js", "../word/Drawing/GraphicsEvents.js",
"../word/Drawing/Rulers.js", "../word/Drawing/Rulers.js",
"../word/Editor/DocumentContentElementBase.js",
"../word/Editor/Table.js", "../word/Editor/Table.js",
"../word/Editor/Table/TableChanges.js", "../word/Editor/Table/TableChanges.js",
"../word/Editor/Table/TableRecalculate.js", "../word/Editor/Table/TableRecalculate.js",
...@@ -139,7 +140,6 @@ ...@@ -139,7 +140,6 @@
"../slide/Editor/Format/Comments.js", "../slide/Editor/Format/Comments.js",
"../slide/Editor/Format/NotesMaster.js", "../slide/Editor/Format/NotesMaster.js",
"../slide/Editor/Format/Notes.js", "../slide/Editor/Format/Notes.js",
"../word/Editor/DocumentContentElementBase.js",
"../word/Editor/Styles.js", "../word/Editor/Styles.js",
"../word/Editor/StylesChanges.js", "../word/Editor/StylesChanges.js",
"../word/Editor/RevisionsChange.js", "../word/Editor/RevisionsChange.js",
...@@ -190,11 +190,11 @@ ...@@ -190,11 +190,11 @@
"../word/Editor/Footnotes.js", "../word/Editor/Footnotes.js",
"../word/Editor/FootnotesChanges.js", "../word/Editor/FootnotesChanges.js",
"../word/Editor/FootEndNote.js", "../word/Editor/FootEndNote.js",
"../word/Editor/Search.js",
"../word/Editor/StructuredDocumentTags/BlockLevel.js", "../word/Editor/StructuredDocumentTags/BlockLevel.js",
"../word/Editor/StructuredDocumentTags/InlineLevel.js", "../word/Editor/StructuredDocumentTags/InlineLevel.js",
"../word/Editor/StructuredDocumentTags/SdtPr.js", "../word/Editor/StructuredDocumentTags/SdtPr.js",
"../word/Editor/StructuredDocumentTags/SdtPrChanges.js", "../word/Editor/StructuredDocumentTags/SdtPrChanges.js",
"../word/Editor/Search.js",
"../slide/Editor/Format/ImagePrototype.js", "../slide/Editor/Format/ImagePrototype.js",
"../slide/Editor/Format/GroupPrototype.js", "../slide/Editor/Format/GroupPrototype.js",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment