Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 655 Bytes

File metadata and controls

21 lines (13 loc) · 655 Bytes

Setup Helpers for DreamSDK

This repository contains all scripts and additional programs used for producing valid DreamSDK installation packages.

Embedded

The cbhelper binary is used for helping the DreamSDK Setup detecting the Code::Blocks installation on the user's computer.

The pecheck binary returns a string (i.e., 32-bit or 64-bit) representing the platform architecture for the target binary passed in parameter.

All these 2 binaries are embedded in the DreamSDK Setup package but they aren't used in DreamSDK itself.

Scripts

All the scripts used for generate the DreamSDK installation packages. ...