summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/file/makefile.mk')
-rwxr-xr-x[-rw-r--r--]connectivity/source/drivers/file/makefile.mk30
1 files changed, 15 insertions, 15 deletions
diff --git a/connectivity/source/drivers/file/makefile.mk b/connectivity/source/drivers/file/makefile.mk
index 6cc615a0cc32..41f061de80ca 100644..100755
--- a/connectivity/source/drivers/file/makefile.mk
+++ b/connectivity/source/drivers/file/makefile.mk
@@ -45,27 +45,27 @@ CDEFS += -DOOO_DLLIMPLEMENTATION_FILE
# --- Files -------------------------------------
EXCEPTIONSFILES=\
- $(SLO)$/FNoException.obj \
- $(SLO)$/FConnection.obj \
- $(SLO)$/FResultSetMetaData.obj \
- $(SLO)$/FColumns.obj \
- $(SLO)$/FTables.obj \
- $(SLO)$/FTable.obj \
$(SLO)$/FCatalog.obj \
+ $(SLO)$/FColumns.obj \
+ $(SLO)$/FConnection.obj \
+ $(SLO)$/FDatabaseMetaData.obj \
+ $(SLO)$/FDateFunctions.obj \
+ $(SLO)$/FDriver.obj \
+ $(SLO)$/FNoException.obj \
+ $(SLO)$/FNumericFunctions.obj \
+ $(SLO)$/FPreparedStatement.obj \
$(SLO)$/FResultSet.obj \
+ $(SLO)$/FResultSetMetaData.obj \
$(SLO)$/FStatement.obj \
- $(SLO)$/FPreparedStatement.obj \
- $(SLO)$/FDatabaseMetaData.obj \
- $(SLO)$/FDriver.obj \
+ $(SLO)$/FStringFunctions.obj \
+ $(SLO)$/FTable.obj \
+ $(SLO)$/FTables.obj \
$(SLO)$/fanalyzer.obj \
- $(SLO)$/fcomp.obj \
- $(SLO)$/fcode.obj
+ $(SLO)$/fcode.obj \
+ $(SLO)$/fcomp.obj
SLOFILES=\
$(EXCEPTIONSFILES) \
- $(SLO)$/FStringFunctions.obj \
- $(SLO)$/FDateFunctions.obj \
- $(SLO)$/FNumericFunctions.obj \
$(SLO)$/quotedstring.obj
@@ -75,11 +75,11 @@ SHL1OBJS=$(SLOFILES)
SHL1STDLIBS=\
$(CPPULIB) \
$(CPPUHELPERLIB) \
- $(VOSLIB) \
$(SVLLIB) \
$(TOOLSLIB) \
$(UCBHELPERLIB) \
$(SALLIB) \
+ $(SALHELPERLIB) \
$(DBTOOLSLIB) \
$(UNOTOOLSLIB) \
$(COMPHELPERLIB)