← Back to team overview

kicad-developers team mailing list archive

[PATCH v3 2/5] [Build] Edit some comments.

 

* Add point for to the description of this CMakeLists.txt's purpose.
* Add size definition to the size description.
* Line up the bitmap sizes in the description.

Signed-off-by: Niki Guldbrand <niki.guldbrand@xxxxxxxxx>
---
 bitmaps_png/CMakeLists.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/bitmaps_png/CMakeLists.txt b/bitmaps_png/CMakeLists.txt
index dd45c2e..dc9b76d 100644
--- a/bitmaps_png/CMakeLists.txt
+++ b/bitmaps_png/CMakeLists.txt
@@ -27,6 +27,7 @@
 # 1) PNG files are created from SVG files
 # 2) CPP files are created from PNG files.
 # 3) Object files are created from CPP files.
+# 4) A static library is created from the object files
 
 # Step 3) is universal and is done for any builder, whereas steps 1) and 2) are
 # optional and depend on MAINTAIN_PNGS being defined in CMake.  The reason we
@@ -63,9 +64,9 @@ include_directories(
 
 
 # Plan for three sizes of bitmaps:
-# SMALL - for menus
-# MID   - for toolbars  26 x 26
-# BIG   - for program icons  48 x 48
+# SMALL - for menus         - 16 x 16
+# MID   - for toolbars      - 26 x 26
+# BIG   - for program icons - 48 x 48
 # which are given on three basename lists: BMAPS_SMALL, BMAPS_MID,a nd BMAPS_BIG
 # respectively.  The basename is without file extension and without path.
 # A corresponding ${basename}.svg file must exist in 'sources' dir below here.

Follow ups

References