Updated Win32 MS-VisualC Workspace to run FLTK "out of the box":

Donload the archive, unpack, start VisualC and press F5 to compile
and run the demo and all other test programs... .

browser: wouldn't find sample file
CubeView: calls fluid in custom build step, unintialised position
fast_slow: build calls fluid
forms: added plastic buttons (cute)
inactive: build calls fluid
keyboard: build calls fluid, added mousewheel
mandelbrot: build calls fluid
resize: build calls fluid
radio: build calls fluid
shiny: build calls fluid
tabs: build calls fluid
valuators: build calls fluid, tiny scrollbar bug
demo: debug on VC finds correct menu file


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1796 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2001-12-01 01:54:30 +00:00
parent ca83eb11a1
commit 1977f13908
18 changed files with 1304 additions and 906 deletions
+31
View File
@@ -92,6 +92,37 @@ LINK32=link.exe
# Begin Source File
SOURCE=..\test\fast_slow.cxx
# End Source File
# Begin Source File
SOURCE=..\test\fast_slow.fl
!IF "$(CFG)" == "fast_slow - Win32 Release"
# Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\test\fast_slow.fl
"..\test\fast_slow.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\test
..\fluid\fluid -c fast_slow.fl
cd ..\visualc
# End Custom Build
!ELSEIF "$(CFG)" == "fast_slow - Win32 Debug"
# Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\test\fast_slow.fl
"..\test\fast_slow.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\test
..\fluid\fluidd -c fast_slow.fl
cd ..\visualc
# End Custom Build
!ENDIF
# End Source File
# End Target
# End Project