Trying again...
This commit is contained in:
parent
ea7f013d0d
commit
472bf79bb9
10 changed files with 122 additions and 89 deletions
|
|
@ -1,11 +1,9 @@
|
|||
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 Mac OS X, at the very end of the build, macos.sh script in this folder is run.
|
||||
|
||||
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.
|
||||
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