]> OCCT Git - occt-copy.git/commit
0030091: Patch needed to allow cross-compilation from linux (case sensitive filesyste... IR-2018-09-07
authorabv <abv@opencascade.com>
Thu, 6 Sep 2018 15:59:19 +0000 (18:59 +0300)
committerbugmaster <bugmaster@opencascade.com>
Sat, 8 Sep 2018 14:48:41 +0000 (17:48 +0300)
commit3112e515631a6a7ccb30975f724f5d3a77c8d24a
treece030b32c90eaba641e8839cec820778460b0cb6
parent112139f00ae1277697a6937a921e87d91513ac1e
0030091: Patch needed to allow cross-compilation from linux (case sensitive filesystem) to x86_64-w64-mingw32

Names of Windows header files are corrected to be lower case to match their actual names on Windows (except Windows.h) and MinGW.
Files COMMANDWINDOW.h and MAINWINDOW.h in Draw package are renamed to CamelCase according to names of corresponding CXX files.
16 files changed:
adm/cmake/occt_csf.cmake
src/Draw/COMMANDWINDOW.h [deleted file]
src/Draw/CommandWindow.cxx
src/Draw/CommandWindow.h [new file with mode: 0644]
src/Draw/FILES
src/Draw/MAINWINDOW.h [deleted file]
src/Draw/MainWindow.h [new file with mode: 0644]
src/OSD/OSD.cxx
src/OSD/OSD_Error.cxx
src/OSD/OSD_File.cxx
src/OSD/OSD_FileNode.cxx
src/OSD/OSD_MemInfo.cxx
src/OSD/OSD_Process.cxx
src/OSD/OSD_WNT.cxx
src/OSD/OSD_signal.cxx
src/Standard/Standard_MMgrOpt.cxx