Added preferences.fl, removed preferences.cxx and .h

Updated VisualC project to handle .fl files and fluid dependencies
Updated test/Makefile (someone please test it...)
Removed all CRs :-)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2162 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2002-05-01 15:55:07 +00:00
parent a368380f80
commit f060b88fe6
6 changed files with 346 additions and 328 deletions
+31
View File
@@ -92,6 +92,37 @@ LINK32=link.exe
# Begin Source File
SOURCE=..\test\preferences.cxx
# End Source File
# Begin Source File
SOURCE=..\test\preferences.fl
!IF "$(CFG)" == "preferences - Win32 Release"
# Begin Custom Build - Create .cxx and .h file with fluid
InputPath=..\test\preferences.fl
"..\test\preferences.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\test
..\fluid\fluid -c preferences.fl
cd ..\visualc
# End Custom Build
!ELSEIF "$(CFG)" == "preferences - Win32 Debug"
# Begin Custom Build - Create .cxx and .h file with fluidd
InputPath=..\test\preferences.fl
"..\test\preferences.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cd ..\test
..\fluid\fluidd -c preferences.fl
cd ..\visualc
# End Custom Build
!ENDIF
# End Source File
# End Target
# End Project