diff options
author | Tino Rachui <tra@openoffice.org> | 2002-12-14 11:59:49 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2002-12-14 11:59:49 +0000 |
commit | e74b110dce52daef96aa7ed9428326c81fb0d8ef (patch) | |
tree | 4a26e32fad72c45630bc73f6a138db73fbe4a813 /sal/osl/unx/makefile.mk | |
parent | a76c3dd1bcffe6850b480c75e30194a49d3d1ba2 (diff) |
#104563#added new files
Diffstat (limited to 'sal/osl/unx/makefile.mk')
-rw-r--r-- | sal/osl/unx/makefile.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sal/osl/unx/makefile.mk b/sal/osl/unx/makefile.mk index d748333fc..f7554652a 100644 --- a/sal/osl/unx/makefile.mk +++ b/sal/osl/unx/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: tra $ $Date: 2002-12-05 11:35:23 $ +# last change: $Author: tra $ $Date: 2002-12-14 12:59:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -104,7 +104,9 @@ SLOFILES= $(SLO)$/conditn.obj \ $(SLO)$/tempfile.obj\ $(SLO)$/file_url.obj\ $(SLO)$/file_error_transl.obj\ - $(SLO)$/file_path_helper.obj + $(SLO)$/file_path_helper.obj\ + $(SLO)$/uunxapi.obj\ + $(SLO)$/process_impl.obj #.IF "$(UPDATER)"=="YES" OBJFILES= $(OBJ)$/conditn.obj \ @@ -128,7 +130,9 @@ OBJFILES= $(OBJ)$/conditn.obj \ $(OBJ)$/tempfile.obj\ $(OBJ)$/file_url.obj\ $(OBJ)$/file_error_transl.obj\ - $(OBJ)$/file_path_helper.obj + $(OBJ)$/file_path_helper.obj\ + $(OBJ)$/uunxapi.obj\ + $(OBJ)$/process_impl.obj #.ENDIF # --- Targets ------------------------------------------------------ |