More header name case fixes for MinGW cross-compilation

This commit is contained in:
Tor Lillqvist
2011-07-20 22:54:28 +03:00
parent 13b2080cf5
commit f1ae1853ac
3 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
//------------------------------------------------------------------------
#include <osl/diagnose.h>
#include "folderpicker.hxx"
#include "FolderPicker.hxx"
#include <com/sun/star/lang/DisposedException.hpp>
#include "WinFOPImpl.hxx"

View File

@@ -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"

View File

@@ -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 ------------------------------------------------------