Customization stuff from Eric P's OSX update.
This commit is contained in:
parent
ccc7488232
commit
d3552fb7e8
4 changed files with 86 additions and 0 deletions
11
custom/README.txt
Executable file
11
custom/README.txt
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
Tux Paint Customization
|
||||
|
||||
//EP added in 0.9.22 the customization process, custom folder and its files
|
||||
|
||||
This folder allows for customization of Tux Paint. One example is adding resources such as fonts, stamps, starters...
|
||||
|
||||
On Mac OS X, at the very end of build in Xcode, a build phase looks for macosx.sh script in this folder. If found, it is run, otherwise no customization is done.
|
||||
|
||||
On Windows, the win32.bat in this folder has to be run manually. At some point, a calling to the script could be integrated in the build process so as to be run automatically, just like it is on Mac OS X (see above).
|
||||
|
||||
On Linux, it should be straightforward to replicate the process describe above on Mac OS X, and automatically call a linux.sh script, in this folder, from the build process.
|
||||
Loading…
Add table
Add a link
Reference in a new issue