diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2007-07-27 09:16:27 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2007-07-27 09:16:27 +0000 |
commit | c03d9ff9f1755fbe00254d9419163edd2dac3e6e (patch) | |
tree | 41735b8c661ee1c28802c33a268a3eb2a5bb287a | |
parent | b6f190beb03a9638e938d1e62fa5b2b3f24cf4f5 (diff) |
#i10000# build what gets packed
-rw-r--r-- | dbaccess/win32/source/odbcconfig/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/win32/source/odbcconfig/makefile.mk b/dbaccess/win32/source/odbcconfig/makefile.mk index dfb01667db81..756925d0fabe 100644 --- a/dbaccess/win32/source/odbcconfig/makefile.mk +++ b/dbaccess/win32/source/odbcconfig/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2007-07-24 12:10:50 $ +# last change: $Author: hjs $ $Date: 2007-07-27 10:16:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,14 +50,11 @@ OBJFILES= \ $(OBJ)$/odbcconfig.obj # SQLManageDataSources wrapper -.IF "$(BUILD_SPECIAL)"!="" APP1TARGET=$(TARGET) APP1NOSAL=TRUE APP1OBJS = \ $(OBJ)$/odbcconfig.obj -.ENDIF # "$(BUILD_SPECIAL)"!="" - # --- Targets ------------------------------------------------------ |