-
Notifications
You must be signed in to change notification settings - Fork 13
SDK Windows Files List
tajmone edited this page Jan 6, 2017
·
1 revision
This is plain text dump of PureBASIC’s for Windows SDK directory tree.
%PROGRAMFILES%\PureBasic
|
└───SDK
│ CompilerInterface.txt
│ LibraryMaker.exe
│ Readme.txt
│
├───DirectX9 Redistribuable
│ └───x64
│ d3dx9_42.dll
│
├───DLL Importer
│ │ DLL Importer.exe
│ │ Readme.txt
│ │
│ └───PureDLL
│ PureBasic.pbl
│
├───DocMaker
│ │ DocMaker.exe
│ │ Readme.txt
│ │
│ ├───English
│ │ Library.txt
│ │
│ ├───French
│ │ Library.txt
│ │
│ └───German
│ Library.txt
│
├───Header Converter
│ Header Converter.exe
│ Header Converter.exe.manifest
│
├───Interface Importer
│ Interface Importer.exe
│
├───NAsm
│ │ Test.asm
│ │ Test.desc
│ │
│ └───Gadget
│ ComboBox.asm
│ ComboBox.Desc
│
├───PureUnit
│ PureUnit.exe
│ PureUnit.res
│ PureUnitGui.exe
│ PureUnitKeywords.txt
│ Readme.txt
│
├───Syntax Highlighting
│ example.pb
│ SyntaxHilighting.dll
│ SyntaxHilighting.exp
│ SyntaxHilighting.lib
│
└───VisualC
│ PureLibraries.cmd
│ ReadMe.txt
│
├───ObjectManagement
│ CreateTicket.c
│ DisplayTicket.c
│ IsTicket.c
│ makefile
│ Ticket.c
│ Ticket.desc
│ Ticket.h
│ Ticket.pb
│ Ticket_DEBUG.c
│
├───PureLibraries
│ │ DebuggerModule.h
│ │ FunctionPrototypes.h
│ │ PureLibrary.h
│ │
│ ├───Array
│ │ Array.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
│
├───SampleGadget
│ ListIconSampleGadget.c
│ ListIconSampleGadget.desc
│ ListIconSampleGadget.h
│ ListIconSampleGadget.pb
│ makefile
│
├───SampleImagePluginReal
│ ImageDecoderFAKE.c
│ ImageDecoderPLUGIN.h
│ ImageEncoderFAKE.c
│ ImageFAKE.h
│ ImagePluginFAKE.Desc
│ makefile
│
├───SampleSoundPlugin
│ makefile
│ SoundPluginFAKE.c
│ SoundPluginFAKE.Desc
│ SoundPluginFAKE.h
│
└───SimpleLibrary
FloatReturn.c
makefile
MessageBox.c
Simple.c
Simple.desc
Simple.h
Simple_DEBUG.c
StringMultiply.c