diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-13 00:22:07 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-13 00:22:07 (GMT) |
commit | 0847ea818b20fdd9ab8eaa835ddcc454b5fd51db (patch) | |
tree | 40fc175cd9c160da133aac59a786573b8047e82c /checklist-macosx.txt | |
parent | 6628f644d203733b281caac7cc52848908f2567b (diff) |
Slowly getting the build system under control, added version number in app, added OpenSCAD to window title, note that VERSION needs to be set for deployment in the deployment scripts
git-svn-id: http://svn.clifford.at/openscad/trunk@168 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'checklist-macosx.txt')
-rw-r--r-- | checklist-macosx.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/checklist-macosx.txt b/checklist-macosx.txt index a6b5145..f863ccd 100644 --- a/checklist-macosx.txt +++ b/checklist-macosx.txt @@ -16,14 +16,10 @@ o Build OpenCSG qmake -recursive make -o Build OpenSCAD +o Build and Deploy OpenSCAD -# If MDI: edit openscad.pro and set ENABLE_MDI=1 +# Update OPENSCAD_VERSION in release-macosx.sh +# If MDI: edit openscad.pro and enable CONFIG += mdi +# FIXME: Debug vs. release flags cd openscad - qmake - make -j4 - - -o Deploy - ./release-macosx.sh |