Skip to content
/ pastel Public

Wanna embed a .bmp in your C++ program? Or maybe a .dll? Get PaSTeL!

Notifications You must be signed in to change notification settings

Dzejkop/pastel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

PaSTeL - Python Static daTa Linker

Now with 100% more Windows support

What is it and how does it work?

PaSTeL allows you statically compile files into your binary. My 3 main goals are for PaSTeL to be:

  • Easy to use
  • Platform independent
  • Easy to integrate into your build system

Features

  • Static linking of files on Linux
  • Platform independent linking (untested on OSX)
  • Command line arguments
  • Support for multiple source files
  • Extensible configuration
  • Easy integration into Makefile
  • Easy integration into CMake
  • Easy integration with Visual Studio
  • Namespaces support

Requirements

  1. Python3

Usage

Basic: python <path_to_pastel.py> -s <src_file_1> -s <src_file_2> -t target_file

Additional options:

  • --verbose verbose

  • --generate_header generates the pastel.h

Examples

About

Wanna embed a .bmp in your C++ program? Or maybe a .dll? Get PaSTeL!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published