Update of /cvsroot/objecthandler/ObjectHandler/gensrc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14894/gensrc
Modified Files:
Makefile.vc gensrc.vcproj gensrc_vc8.vcproj
Log Message:
subdivide function registration code into multiple source files
Index: Makefile.vc
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/Makefile.vc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.vc 16 Jun 2006 19:29:19 -0000 1.3
--- Makefile.vc 2 Oct 2006 12:31:16 -0000 1.4
***************
*** 13,20 ****
STUBS= stubs\stub.copyright \
stubs\stub.excel.exports \
! stubs\stub.excel.includes \
! stubs\stub.excel.register \
! stubs\stub.excel.unregister
INPUTS = $(METADATA) $(CONFIG) $(STUBS) $(CORE_DEPENDENCIES)
--- 13,19 ----
STUBS= stubs\stub.copyright \
+ stubs\stub.excel.addin \
stubs\stub.excel.exports \
! stubs\stub.excel.includes
INPUTS = $(METADATA) $(CONFIG) $(STUBS) $(CORE_DEPENDENCIES)
Index: gensrc_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/gensrc_vc8.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gensrc_vc8.vcproj 6 Jun 2006 09:08:27 -0000 1.1
--- gensrc_vc8.vcproj 2 Oct 2006 12:31:16 -0000 1.2
***************
*** 67,83 ****
</File>
<File
! RelativePath="stubs\stub.excel.exports"
! >
! </File>
! <File
! RelativePath="stubs\stub.excel.includes"
>
</File>
<File
! RelativePath="stubs\stub.excel.register"
>
</File>
<File
! RelativePath="stubs\stub.excel.unregister"
>
</File>
--- 67,79 ----
</File>
<File
! RelativePath=".\stubs\stub.excel.addin"
>
</File>
<File
! RelativePath="stubs\stub.excel.exports"
>
</File>
<File
! RelativePath="stubs\stub.excel.includes"
>
</File>
Index: gensrc.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/gensrc.vcproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gensrc.vcproj 9 Jun 2006 18:50:04 -0000 1.3
--- gensrc.vcproj 2 Oct 2006 12:31:16 -0000 1.4
***************
*** 57,70 ****
</File>
<File
! RelativePath="stubs\stub.excel.exports">
! </File>
! <File
! RelativePath="stubs\stub.excel.includes">
</File>
<File
! RelativePath="stubs\stub.excel.register">
</File>
<File
! RelativePath="stubs\stub.excel.unregister">
</File>
</Filter>
--- 57,67 ----
</File>
<File
! RelativePath=".\stubs\stub.excel.addin">
</File>
<File
! RelativePath="stubs\stub.excel.exports">
</File>
<File
! RelativePath="stubs\stub.excel.includes">
</File>
</Filter>
|