Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14894/ohxl/ohxll
Modified Files:
ohxll.vcproj ohxll_vc8.vcproj
Removed Files:
addin.cpp
Log Message:
subdivide function registration code into multiple source files
--- addin.cpp DELETED ---
Index: ohxll_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/ohxll_vc8.vcproj,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ohxll_vc8.vcproj 20 Sep 2006 20:17:07 -0000 1.11
--- ohxll_vc8.vcproj 2 Oct 2006 12:31:17 -0000 1.12
***************
*** 305,309 ****
</File>
<File
! RelativePath="..\functions.cpp"
>
</File>
--- 305,309 ----
</File>
<File
! RelativePath="..\Functions\functions.cpp"
>
</File>
***************
*** 329,345 ****
</File>
<File
! RelativePath="..\register.cpp"
! >
! </File>
! <File
! RelativePath="..\register.hpp"
! >
! </File>
! <File
! RelativePath="..\unregister.cpp"
>
</File>
<File
! RelativePath="..\unregister.hpp"
>
</File>
--- 329,337 ----
</File>
<File
! RelativePath="..\Register\register_all.hpp"
>
</File>
<File
! RelativePath="..\Register\register_functions.cpp"
>
</File>
***************
*** 349,353 ****
>
<File
! RelativePath="addin.cpp"
>
</File>
--- 341,345 ----
>
<File
! RelativePath="..\Register\addin.cpp"
>
</File>
Index: ohxll.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/ohxll.vcproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ohxll.vcproj 20 Sep 2006 20:17:07 -0000 1.6
--- ohxll.vcproj 2 Oct 2006 12:31:17 -0000 1.7
***************
*** 175,182 ****
</File>
<File
! RelativePath="..\..\oh\objecthandler.hpp">
</File>
<File
! RelativePath="..\..\oh\objecthandler.cpp">
</File>
<File
--- 175,182 ----
</File>
<File
! RelativePath="..\..\oh\objecthandler.cpp">
</File>
<File
! RelativePath="..\..\oh\objecthandler.hpp">
</File>
<File
***************
*** 224,228 ****
</File>
<File
! RelativePath="..\functions.cpp">
</File>
<File
--- 224,228 ----
</File>
<File
! RelativePath="..\Functions\functions.cpp">
</File>
<File
***************
*** 239,252 ****
</File>
<File
! RelativePath="..\register.cpp">
! </File>
! <File
! RelativePath="..\register.hpp">
! </File>
! <File
! RelativePath="..\unregister.cpp">
</File>
<File
! RelativePath="..\unregister.hpp">
</File>
</Filter>
--- 239,246 ----
</File>
<File
! RelativePath="..\Register\register_all.hpp">
</File>
<File
! RelativePath="..\Register\register_functions.cpp">
</File>
</Filter>
***************
*** 255,259 ****
Filter="">
<File
! RelativePath="addin.cpp">
</File>
</Filter>
--- 249,253 ----
Filter="">
<File
! RelativePath="..\Register\addin.cpp">
</File>
</Filter>
|