You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2015/08/28 06:03:15 UTC

svn commit: r1698258 - in /openoffice/trunk/main/basegfx/test: export.map makefile.mk

Author: damjan
Date: Fri Aug 28 04:03:15 2015
New Revision: 1698258

URL: http://svn.apache.org/r1698258
Log:
No need for version map file with Google Test.


Removed:
    openoffice/trunk/main/basegfx/test/export.map
Modified:
    openoffice/trunk/main/basegfx/test/makefile.mk

Modified: openoffice/trunk/main/basegfx/test/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/basegfx/test/makefile.mk?rev=1698258&r1=1698257&r2=1698258&view=diff
==============================================================================
--- openoffice/trunk/main/basegfx/test/makefile.mk (original)
+++ openoffice/trunk/main/basegfx/test/makefile.mk Fri Aug 28 04:03:15 2015
@@ -64,7 +64,6 @@ APP1STDLIBS= \
 APP1IMPLIB= i$(APP1TARGET)
 APP1RPATH = NONE
 DEF1NAME    =$(APP1TARGET)
-APP1VERSIONMAP = export.map
 APP1TEST = enabled
 
 # END ------------------------------------------------------------------