More header name case fixes for MinGW cross-compilation
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
//------------------------------------------------------------------------
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#include "folderpicker.hxx"
|
||||
#include "FolderPicker.hxx"
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include "WinFOPImpl.hxx"
|
||||
|
||||
|
@@ -36,7 +36,7 @@
|
||||
#include <com/sun/star/container/XSet.hpp>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#include "folderpicker.hxx"
|
||||
#include "FolderPicker.hxx"
|
||||
|
||||
#include "FOPServiceInfo.hxx"
|
||||
#include "WinFOPImpl.hxx"
|
||||
|
@@ -42,9 +42,9 @@ COMP1TYPELIST=$(TARGET)
|
||||
CFLAGS+=-GR
|
||||
.ENDIF
|
||||
|
||||
SLOFILES=$(SLO)$/fopentry.obj\
|
||||
$(SLO)$/folderpicker.obj\
|
||||
$(SLO)$/WinFopImpl.obj\
|
||||
SLOFILES=$(SLO)$/Fopentry.obj\
|
||||
$(SLO)$/FolderPicker.obj\
|
||||
$(SLO)$/WinFOPImpl.obj\
|
||||
$(SLO)$/MtaFop.obj
|
||||
|
||||
# --- Targets ------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user