Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14894/ohxl/ohxllib
Modified Files:
ohxllib.vcproj ohxllib_vc8.vcproj
Log Message:
subdivide function registration code into multiple source files
Index: ohxllib_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib/ohxllib_vc8.vcproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ohxllib_vc8.vcproj 20 Sep 2006 20:17:08 -0000 1.9
--- ohxllib_vc8.vcproj 2 Oct 2006 12:31:17 -0000 1.10
***************
*** 418,422 ****
</File>
<File
! RelativePath="..\functions.cpp"
>
</File>
--- 418,426 ----
</File>
<File
! RelativePath="..\functioncount.hpp"
! >
! </File>
! <File
! RelativePath="..\Functions\functions.cpp"
>
</File>
***************
*** 442,458 ****
</File>
<File
! RelativePath="..\register.cpp"
! >
! </File>
! <File
! RelativePath="..\register.hpp"
! >
! </File>
! <File
! RelativePath="..\unregister.cpp"
>
</File>
<File
! RelativePath="..\unregister.hpp"
>
</File>
--- 446,454 ----
</File>
<File
! RelativePath="..\Register\register_all.hpp"
>
</File>
<File
! RelativePath="..\Register\register_functions.cpp"
>
</File>
Index: ohxllib.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib/ohxllib.vcproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ohxllib.vcproj 20 Sep 2006 20:17:08 -0000 1.5
--- ohxllib.vcproj 2 Oct 2006 12:31:17 -0000 1.6
***************
*** 355,362 ****
</File>
<File
! RelativePath="..\..\oh\objecthandler.hpp">
</File>
<File
! RelativePath="..\..\oh\objecthandler.cpp">
</File>
<File
--- 355,362 ----
</File>
<File
! RelativePath="..\..\oh\objecthandler.cpp">
</File>
<File
! RelativePath="..\..\oh\objecthandler.hpp">
</File>
<File
***************
*** 404,408 ****
</File>
<File
! RelativePath="..\functions.cpp">
</File>
<File
--- 404,408 ----
</File>
<File
! RelativePath="..\Functions\functions.cpp">
</File>
<File
***************
*** 419,432 ****
</File>
<File
! RelativePath="..\register.cpp">
! </File>
! <File
! RelativePath="..\register.hpp">
! </File>
! <File
! RelativePath="..\unregister.cpp">
</File>
<File
! RelativePath="..\unregister.hpp">
</File>
</Filter>
--- 419,426 ----
</File>
<File
! RelativePath="..\Register\register_all.hpp">
</File>
<File
! RelativePath="..\Register\register_functions.cpp">
</File>
</Filter>
|