Kaydet (Commit) f1ae1853 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

More header name case fixes for MinGW cross-compilation

üst 13b2080c
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
//------------------------------------------------------------------------ //------------------------------------------------------------------------
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include "folderpicker.hxx" #include "FolderPicker.hxx"
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include "WinFOPImpl.hxx" #include "WinFOPImpl.hxx"
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <com/sun/star/container/XSet.hpp> #include <com/sun/star/container/XSet.hpp>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include "folderpicker.hxx" #include "FolderPicker.hxx"
#include "FOPServiceInfo.hxx" #include "FOPServiceInfo.hxx"
#include "WinFOPImpl.hxx" #include "WinFOPImpl.hxx"
......
...@@ -42,9 +42,9 @@ COMP1TYPELIST=$(TARGET) ...@@ -42,9 +42,9 @@ COMP1TYPELIST=$(TARGET)
CFLAGS+=-GR CFLAGS+=-GR
.ENDIF .ENDIF
SLOFILES=$(SLO)$/fopentry.obj\ SLOFILES=$(SLO)$/Fopentry.obj\
$(SLO)$/folderpicker.obj\ $(SLO)$/FolderPicker.obj\
$(SLO)$/WinFopImpl.obj\ $(SLO)$/WinFOPImpl.obj\
$(SLO)$/MtaFop.obj $(SLO)$/MtaFop.obj
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
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