MSWindows fixes for previous commits.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11644 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2016-04-17 17:45:44 +00:00
parent cdf85352c4
commit e2495a760a
7 changed files with 32 additions and 17 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ This documentation will explain how to quickly port FLTK to a new
platform using the Pico driver system. For now, only the sample
SDL Pico driver on OS X compiles and barely runs.
cmake -G Xcode -d OPTION_APPLE_SDL=ON ...
> mkdir build
> mkdir XcodeSDL
> cmake -G Xcode -D OPTION_APPLE_SDL=ON ../..
tl;dr - the recent commit should be transparent to all developers
on other platforms. On OS X, the CMake setup add the option OPTION_APPLE_SDL=ON