#88639# event xml configuration
This commit is contained in:
parent
1dfe2b0a3e
commit
5e75a4e706
3 changed files with 14 additions and 7 deletions
|
@ -9,6 +9,7 @@ mkdir: %_DEST%\inc%_EXT%\framework
|
|||
..\dtd\menubar.dtd %_DEST%\bin%_EXT%\menubar.dtd
|
||||
..\dtd\toolbar.dtd %_DEST%\bin%_EXT%\toolbar.dtd
|
||||
..\dtd\statusbar.dtd %_DEST%\bin%_EXT%\statusbar.dtd
|
||||
..\dtd\event.dtd %_DEST\bin%_EXT\event.dtd
|
||||
|
||||
..\%__SRC%\lib\ifwe.lib %_DEST%\lib%_EXT%\ifwe.lib
|
||||
..\inc\helper\imageproducer.hxx %_DEST%\inc%_EXT%\framework\imageproducer.hxx
|
||||
|
@ -16,6 +17,7 @@ mkdir: %_DEST%\inc%_EXT%\framework
|
|||
..\inc\classes\bmkmenu.hxx %_DEST%\inc%_EXT%\framework\bmkmenu.hxx
|
||||
..\inc\classes\toolboxconfiguration.hxx %_DEST%\inc%_EXT%\framework\toolboxconfiguration.hxx
|
||||
..\inc\classes\statusbarconfiguration.hxx %_DEST%\inc%_EXT%\framework\statusbarconfiguration.hxx
|
||||
..\inc\classes\eventsconfiguration.hxx %_DEST%\inc%_EXT%\framework\eventsconfiguration.hxx
|
||||
|
||||
..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
|
||||
..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.16 $
|
||||
# $Revision: 1.17 $
|
||||
#
|
||||
# last change: $Author: cd $ $Date: 2001-06-20 10:22:34 $
|
||||
# last change: $Author: cd $ $Date: 2001-06-22 13:41:29 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -91,7 +91,9 @@ SLOFILES= $(SLO)$/servicemanager.obj \
|
|||
$(SLO)$/toolboxlayoutdocumenthandler.obj \
|
||||
$(SLO)$/droptargetlistener.obj \
|
||||
$(SLO)$/statusbarconfiguration.obj \
|
||||
$(SLO)$/statusbardocumenthandler.obj
|
||||
$(SLO)$/statusbardocumenthandler.obj \
|
||||
$(SLO)$/eventsconfiguration.obj \
|
||||
$(SLO)$/eventsdocumenthandler.obj
|
||||
|
||||
SRCFILES= fltdlg.src
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.40 $
|
||||
# $Revision: 1.41 $
|
||||
#
|
||||
# last change: $Author: cd $ $Date: 2001-06-20 10:25:12 $
|
||||
# last change: $Author: cd $ $Date: 2001-06-22 13:43:45 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -94,9 +94,12 @@ LIB1OBJFILES= $(SLO)$/menuconfiguration.obj \
|
|||
$(SLO)$/toolboxconfiguration.obj \
|
||||
$(SLO)$/toolboxdocumenthandler.obj \
|
||||
$(SLO)$/lockhelper.obj \
|
||||
$(SLO)$/toolboxlayoutdocumenthandler.obj \
|
||||
$(SLO)$/toolboxlayoutdocumenthandler.obj \
|
||||
$(SLO)$/statusbarconfiguration.obj \
|
||||
$(SLO)$/statusbardocumenthandler.obj
|
||||
$(SLO)$/statusbardocumenthandler.obj \
|
||||
$(SLO)$/eventsconfiguration.obj \
|
||||
$(SLO)$/eventsdocumenthandler.obj
|
||||
|
||||
|
||||
# --- services library ----------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue