cbp2make
Makefile generation tool for Code::Blocks IDE
Classes | Variables
platforms.h File Reference

Platform / Operating System specific functions. More...

#include "stlstrings.h"
#include "cbhelper.h"

Go to the source code of this file.

Classes

class  CPlatform
 Contains platform-specific settings and generates commands from templates. More...
 
class  CPlatformSet
 Manages a set of platforms. More...
 

Variables

static const CString STR_UNIX = "Unix"
 UNIX platform name for configuration files. More...
 
static const CString STR_WINDOWS = "Windows"
 Windows platform name for configuration files. More...
 
static const CString STR_MAC = "Mac"
 Mac platform name for configuration files. More...
 

Detailed Description

Platform / Operating System specific functions.

Variable Documentation

◆ STR_MAC

STR_MAC = "Mac"
static

Mac platform name for configuration files.

◆ STR_UNIX

STR_UNIX = "Unix"
static

UNIX platform name for configuration files.

◆ STR_WINDOWS

STR_WINDOWS = "Windows"
static

Windows platform name for configuration files.