Changeset 109 in libcf for trunk/windows


Ignore:
Timestamp:
06/04/13 14:25:10 (11 years ago)
Author:
cheese
Message:

#1 add typical data structure algorithms (linked-list / queue / stak) and rename symbol for context of each modules

Location:
trunk/windows
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/windows/libcf/libcf.vcproj

    r68 r109  
    188188            </File>
    189189            <File
     190                RelativePath="..\..\src\cf_list.c"
     191                >
     192            </File>
     193            <File
    190194                RelativePath="..\..\src\cf_local.h"
    191195                >
     
    196200            </File>
    197201            <File
     202                RelativePath="..\..\src\cf_queue.c"
     203                >
     204            </File>
     205            <File
    198206                RelativePath="..\..\src\cf_socket.c"
     207                >
     208            </File>
     209            <File
     210                RelativePath="..\..\src\cf_stack.c"
    199211                >
    200212            </File>
  • trunk/windows/test/test.vcproj

    r105 r109  
    186186            </File>
    187187            <File
     188                RelativePath="..\..\test\list.c"
     189                >
     190            </File>
     191            <File
    188192                RelativePath="..\..\test\log.c"
    189193                >
    190194            </File>
    191195            <File
     196                RelativePath="..\..\test\queue.c"
     197                >
     198            </File>
     199            <File
    192200                RelativePath="..\..\test\socket.c"
     201                >
     202            </File>
     203            <File
     204                RelativePath="..\..\test\stack.c"
    193205                >
    194206            </File>
Note: See TracChangeset for help on using the changeset viewer.