diff options
Diffstat (limited to 'automation/source/miniapp/makefile.mk')
-rw-r--r-- | automation/source/miniapp/makefile.mk | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/automation/source/miniapp/makefile.mk b/automation/source/miniapp/makefile.mk index 2a6d2c2d5d78..0e1c6b891b60 100644 --- a/automation/source/miniapp/makefile.mk +++ b/automation/source/miniapp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: mh $ $Date: 2002-11-18 11:17:42 $ +# last change: $Author: gh $ $Date: 2002-11-20 13:56:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,13 +76,18 @@ TARGET=miniapp CXXFILES = \ testapp.cxx \ editwin.cxx \ - servres.cxx \ + servres.cxx OBJFILES = \ $(OBJ)$/testapp.obj \ $(OBJ)$/editwin.obj \ - $(OBJ)$/servres.obj \ + $(OBJ)$/servres.obj + + +EXCEPTIONSFILES= \ + $(OBJ)$/testapp.obj + SRCFILES = \ servres.src |