diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-09 21:41:37 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-09 21:41:37 +0000 |
commit | ccbd5f622a7a09d28ac94fe50a5ec83779c33abb (patch) | |
tree | 47941089df2c1e8f0f22b72fca2832904dab0707 /solenv/inc/_tg_app.mk | |
parent | fda858620ae4e48a261ec90731bf8bc4c88f1963 (diff) |
Reversed previous change as it strips debugging symbols in addition to the target symbols
Diffstat (limited to 'solenv/inc/_tg_app.mk')
-rw-r--r-- | solenv/inc/_tg_app.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/solenv/inc/_tg_app.mk b/solenv/inc/_tg_app.mk index 25e5cce05..2e41a21a1 100644 --- a/solenv/inc/_tg_app.mk +++ b/solenv/inc/_tg_app.mk @@ -62,7 +62,6 @@ $(APP1TARGETN): $(APP1OBJS) $(APP1LIBS) \ $(APP_LINKTYPE) $(APP1STDLIBS) $(STDLIB) -filelist $(MISC)$/$(@:b).list > $(MISC)$/$(@:b).cmd @cat $(MISC)$/$(@:b).cmd @source $(MISC)$/$(@:b).cmd - @strip $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency .IF "$(PRJNAME)"=="cppuhelper" @@ -245,7 +244,6 @@ $(APP2TARGETN): $(APP2OBJS) $(APP2LIBS) \ $(APP_LINKTYPE) $(APP2STDLIBS) $(STDLIB) -filelist $(MISC)$/$(@:b).list > $(MISC)$/$(@:b).cmd @cat $(MISC)$/$(@:b).cmd @source $(MISC)$/$(@:b).cmd - @strip $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency .IF "$(PRJNAME)"=="cppuhelper" @@ -428,7 +426,6 @@ $(APP3TARGETN): $(APP3OBJS) $(APP3LIBS) \ $(APP_LINKTYPE) $(APP3STDLIBS) $(STDLIB) -filelist $(MISC)$/$(@:b).list > $(MISC)$/$(@:b).cmd @cat $(MISC)$/$(@:b).cmd @source $(MISC)$/$(@:b).cmd - @strip $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency .IF "$(PRJNAME)"=="cppuhelper" @@ -611,7 +608,6 @@ $(APP4TARGETN): $(APP4OBJS) $(APP4LIBS) \ $(APP_LINKTYPE) $(APP4STDLIBS) $(STDLIB) -filelist $(MISC)$/$(@:b).list > $(MISC)$/$(@:b).cmd @cat $(MISC)$/$(@:b).cmd @source $(MISC)$/$(@:b).cmd - @strip $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency .IF "$(PRJNAME)"=="cppuhelper" @@ -794,7 +790,6 @@ $(APP5TARGETN): $(APP5OBJS) $(APP5LIBS) \ $(APP_LINKTYPE) $(APP5STDLIBS) $(STDLIB) -filelist $(MISC)$/$(@:b).list > $(MISC)$/$(@:b).cmd @cat $(MISC)$/$(@:b).cmd @source $(MISC)$/$(@:b).cmd - @strip $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency .IF "$(PRJNAME)"=="cppuhelper" @@ -977,7 +972,6 @@ $(APP6TARGETN): $(APP6OBJS) $(APP6LIBS) \ $(APP_LINKTYPE) $(APP6STDLIBS) $(STDLIB) -filelist $(MISC)$/$(@:b).list > $(MISC)$/$(@:b).cmd @cat $(MISC)$/$(@:b).cmd @source $(MISC)$/$(@:b).cmd - @strip $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency .IF "$(PRJNAME)"=="cppuhelper" @@ -1160,7 +1154,6 @@ $(APP7TARGETN): $(APP7OBJS) $(APP7LIBS) \ $(APP_LINKTYPE) $(APP7STDLIBS) $(STDLIB) -filelist $(MISC)$/$(@:b).list > $(MISC)$/$(@:b).cmd @cat $(MISC)$/$(@:b).cmd @source $(MISC)$/$(@:b).cmd - @strip $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency .IF "$(PRJNAME)"=="cppuhelper" @@ -1343,7 +1336,6 @@ $(APP8TARGETN): $(APP8OBJS) $(APP8LIBS) \ $(APP_LINKTYPE) $(APP8STDLIBS) $(STDLIB) -filelist $(MISC)$/$(@:b).list > $(MISC)$/$(@:b).cmd @cat $(MISC)$/$(@:b).cmd @source $(MISC)$/$(@:b).cmd - @strip $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency .IF "$(PRJNAME)"=="cppuhelper" @@ -1526,7 +1518,6 @@ $(APP9TARGETN): $(APP9OBJS) $(APP9LIBS) \ $(APP_LINKTYPE) $(APP9STDLIBS) $(STDLIB) -filelist $(MISC)$/$(@:b).list > $(MISC)$/$(@:b).cmd @cat $(MISC)$/$(@:b).cmd @source $(MISC)$/$(@:b).cmd - @strip $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency .IF "$(PRJNAME)"=="cppuhelper" @@ -1709,7 +1700,6 @@ $(APP10TARGETN): $(APP10OBJS) $(APP10LIBS) \ $(APP_LINKTYPE) $(APP10STDLIBS) $(STDLIB) -filelist $(MISC)$/$(@:b).list > $(MISC)$/$(@:b).cmd @cat $(MISC)$/$(@:b).cmd @source $(MISC)$/$(@:b).cmd - @strip $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency .IF "$(PRJNAME)"=="cppuhelper" |