Skip to content

github188/foundationlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foundationLib
source
    |----foundationDbg
    |----foundationPthread
    |----foundationSocket
    |----foundationMutex
    |----foundationSem
    |----foundationTask
    |----foundationMsgQ
    |----foundationTime
include
    |----foundationInclude.h
    |----foundationDataType.h
    |----foundationDbg.h
    |----foundationPthread.h
    |----foundationSocket.h
    |----foundationMutex.h
    |----foundationSem.h
    |----foundationTask.h
    |----foundationMsgQ.h
    |----foundationTime.h
build
    |----linux
    |----vxworks
lib
    |----foundationlib.a
    |----*.h

1.how to build foundationlib under linux?
#cd build/linux
#make clean
#make
you will get all the files under fold "lib"

2.how to build foundationlib under vxworks?
>cd build/vxworks
>a.bat
>c.bat
>m.bat
you will get all the files under fold "lib"

About

Automatically exported from code.google.com/p/foundationlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.4%
  • Other 1.6%