fltk/ide/VisualC2010
Albrecht Schlosser 2b6c2bc7af 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.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11010 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-01-19 14:02:10 +00:00
..
adjuster.vcxproj
arc.vcxproj
ask.vcxproj
bitmap.vcxproj
blocks.vcxproj
boxtype.vcxproj
browser.vcxproj
button.vcxproj
buttons.vcxproj
cairo_test.vcxproj
cfluid.cmd
checkers.vcxproj
clock.vcxproj
colbrowser.vcxproj
color_chooser.vcxproj
config.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
cube.vcxproj
CubeView.vcxproj
cursor.vcxproj
curve.vcxproj
demo.vcxproj
device.vcxproj
doublebuffer.vcxproj
editor.vcxproj
fast_slow.vcxproj
file_chooser.vcxproj
fltk.lib.vcxproj Make VisualC2008/2010 projects create FL/abi-version.h (STR #3249). 2016-01-19 14:02:10 +00:00
fltk.lib.vcxproj.filters Remove Fl::*sleep() method family, as discussed in fltk.coredev. 2014-10-30 16:05:22 +00:00
fltk.sln Make VisualC2008/2010 projects create FL/abi-version.h (STR #3249). 2016-01-19 14:02:10 +00:00
fltkdll.vcxproj Replaced Fl_Shaped_Window.cxx by Fl_Window_shape.cxx in VisualC files. 2014-09-21 14:38:10 +00:00
fltkforms.vcxproj
fltkgl.vcxproj
fltkimages.vcxproj
fluid.vcxproj
fonts.vcxproj
forms.vcxproj
fractals.vcxproj
fullscreen.vcxproj
gl_overlay.vcxproj
glpuzzle.vcxproj
hello.vcxproj
help.vcxproj
iconize.vcxproj
image.vcxproj
inactive.vcxproj
input_choice.vcxproj
input.vcxproj
jpeg.vcxproj
keyboard.vcxproj
label.vcxproj
libpng.vcxproj
line_style.vcxproj
mandelbrot.vcxproj
menubar.vcxproj
message.vcxproj
minimum.vcxproj
native-filechooser.vcxproj
navigation.vcxproj
output.vcxproj
overlay.vcxproj
pack.vcxproj
pixmap_browser.vcxproj
pixmap.vcxproj
preferences.vcxproj
radio.vcxproj
resize.vcxproj
resizebox.vcxproj
rotated_text.vcxproj
scroll.vcxproj
shape.vcxproj
subwindow.vcxproj
sudoku.vcxproj
symbols.vcxproj
table.vcxproj
tabs.vcxproj
threads.vcxproj
tile.vcxproj
tiled_image.vcxproj
tree.vcxproj
unittests.vcxproj
utf8.vcxproj
valuators.vcxproj
zlib.vcxproj Make VisualC2008/2010 projects create FL/abi-version.h (STR #3249). 2016-01-19 14:02:10 +00:00