-
Notifications
You must be signed in to change notification settings - Fork 13
SDK Linux Files List
tajmone edited this page Jan 6, 2017
·
1 revision
This is plain text dump of PureBASIC’s for Linux SDK directory tree.
purebasic
|
└───sdk
│ CompilerInterface.txt
│
├───c
│ │ README
│ │
│ ├───examples
│ │ ├───image
│ │ │ BlurImage.c
│ │ │ BlurImage.desc
│ │ │ BlurImage.pb
│ │ │ makefile
│ │ │ PureLibrariesMaker.log
│ │ │
│ │ └───window
│ │ MagicWindow.c
│ │ MagicWindow.desc
│ │ MagicWindow.pb
│ │ makefile
│ │ PureLibrariesMaker.log
│ │
│ └───PureLibraries
│ │ PureLibrary.h
│ │
│ ├───Array
│ │ Array.h
│ │
│ ├───Debugger
│ │ DebuggerModule.h
│ │
│ ├───Event
│ │ Event.h
│ │
│ ├───Gadget
│ │ Gadget.h
│ │ GadgetCommon.h
│ │
│ ├───ImageDecoder
│ │ ImageDecoder.h
│ │
│ ├───LinkedList
│ │ LinkedList.h
│ │
│ ├───Map
│ │ Map.h
│ │
│ ├───Memory
│ │ Memory.h
│ │
│ ├───Object
│ │ Object.h
│ │
│ ├───SoundPlugin
│ │ SoundPlugin.h
│ │
│ └───SystemBase
│ SystemBase.h
│
├───libraries-maker
│ │ README
│ │
│ ├───asm
│ │ makefile
│ │
│ └───c
│ IncrementTestCounter.c
│ makefile
│ purebasic.exe
│ ResetTestCounter.c
│ TestCounter.a
│ TestCounter.c
│ TestCounter.desc
│ TestCounter.h
│ TestCounter.pb
│ TestCounterPLUGIN.h
│ TestCounterString.c
│
├───pureunit
│ pureunit
│ pureunit.res
│ pureunitkeywords.txt
│ readme.txt
│
└───so-importer
glibc.pbl
README