More header name case fixes for MinGW cross-compilation
This commit is contained in:
@@ -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 @@
|
|||||||
#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)
|
|||||||
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 ------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user