ljvblfz / foundationlib

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 98.4%Language:C++ 0.8%Language:Makefile 0.6%Language:Shell 0.1%Language:Objective-C 0.1%