FLTK logo

Article #1447: FLTK 1.3.x Weekly Snapshot, r11024

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Articles | Show Comments | Submit Comment ]

Article #1447: FLTK 1.3.x Weekly Snapshot, r11024

Created at 00:05 Jan 22, 2016 by mike

A new weekly snapshot of FLTK 1.3.x (r11024) is now available on the download page:

    http://www.fltk.org/software.php?VERSION=fltk-1.3.x-r11024

Commit Log:

------------------------------------------------------------------------
r11015 | manolo | 2016-01-20 00:41:58 -0500 (Wed, 20 Jan 2016) | 2 lines

deleted

------------------------------------------------------------------------
r11014 | manolo | 2016-01-20 00:41:25 -0500 (Wed, 20 Jan 2016) | 2 lines

Changed the run-script so t copies abi-version.ide to FL/abi-version.h

------------------------------------------------------------------------
r11011 | manolo | 2016-01-19 12:42:30 -0500 (Tue, 19 Jan 2016) | 3 lines

Added 'run script phase' that copies abi-version.ide
to ide/Xcode4/FL/abi-version.h before building the FLTK library.

------------------------------------------------------------------------
r11010 | AlbrechtS | 2016-01-19 09:02:10 -0500 (Tue, 19 Jan 2016) | 29
lines

Make VisualC2008/2010 projects create FL/abi-version.h (STR #3249).

First step towards a hopefully clean creation of FL/abi-version.h for all
Windows (Visual Studio) and maybe also Xcode projects (if necessary) in
order to "simulate" configure and CMake methods to create this file.

I could only modify the VisualC2008 and VisualC2010 project files, because
I don't have VisualC6 and/or Xcode. Help needed...

To do for remaining <ide> directories (ide/VisualC6 and maybe ide/Xcode4):

 (1) Remove <ide>/FL folders including <ide>/FL/abi-version.h.
 (2) Add a Pre-Build event or equivalent on project 'fltk' for all
     potential build configurations (Debug, Release, ...)
 (3) Maybe add project dependencies to ensure that the Pre-Build event
     of project 'fltk' is executed before all other projects.

Notes:

 (a) Command line for Pre-Build events of VS2008/2010:
     "copy /Y $(SolutionDir)..\..\abi-version.ide
$(SolutionDir)..\..\FL\abi-version.h"
     Something similar should work for VC6 as well.

 (b) While building the projects I found some wrong output settings in zlib
     projects. These have been fixed in this commit as well (unrelated).
     
 (c) .gitignore has been extended to ignore all intermediate build files
     of VS2008/VS2010 ide projects.

------------------------------------------------------------------------
r11005 | AlbrechtS | 2016-01-15 20:48:04 -0500 (Fri, 15 Jan 2016) | 2 lines

Fix undefined reference building shared cairo library (STR #3276).

------------------------------------------------------------------------

Download | Home Page | Listing ]


Comments

Submit Comment ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.