diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-02-18 14:26:52 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-02-18 14:26:52 +0000 |
| commit | 40df358bdb300d5377e95d9fee83e010715fd857 (patch) | |
| tree | 6c719a0a93cd9c155c952aba9d82dbd4ac3f669c /visualc/fltkdll.dsp | |
| parent | 3b5208b4b56e586a0cf2fe561a2cded6d1059e3e (diff) | |
Updated headers to only support DLLs under MSVC++.
Updated WIN32 Debug target to not change inlining option
from the default (causes an error with VC++ 6.0)
git-svn-id: file:///fltk/svn/fltk/trunk@292 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc/fltkdll.dsp')
| -rw-r--r-- | visualc/fltkdll.dsp | 1722 |
1 files changed, 561 insertions, 1161 deletions
diff --git a/visualc/fltkdll.dsp b/visualc/fltkdll.dsp index e5a722c02..12688e447 100644 --- a/visualc/fltkdll.dsp +++ b/visualc/fltkdll.dsp @@ -43,7 +43,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Gd /MT /W3 /GX /Os /Ob2 /I "." /I ".." /D "FL_DLL" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c
+# ADD CPP /nologo /MT /W3 /GX /Os /Ob2 /I "." /I ".." /D "FL_DLL" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
@@ -70,7 +70,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /Gd /MTd /Gm /GX /Zi /Od /Ob2 /I "." /I ".." /D "FL_DLL" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c
+# ADD CPP /nologo /MTd /Gm /GX /Zi /Od /Ob0 /I "." /I ".." /D "FL_DLL" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
@@ -92,81 +92,173 @@ LINK32=link.exe # Begin Source File
SOURCE=..\src\filename_absolute.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_FILEN=\
"..\fl\filename.h"\
{$(INCLUDE)}"sys\types.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_FILEN=\
+ "..\fl\filename.h"\
+
+NODEP_CPP_FILEN=\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\filename_expand.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_FILENA=\
"..\fl\filename.h"\
{$(INCLUDE)}"sys\types.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_FILENA=\
+ "..\fl\filename.h"\
+
+NODEP_CPP_FILENA=\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\filename_ext.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_FILENAM=\
"..\fl\filename.h"\
{$(INCLUDE)}"sys\types.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_FILENAM=\
+ "..\fl\filename.h"\
+
+NODEP_CPP_FILENAM=\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\filename_isdir.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_FILENAME=\
"..\fl\filename.h"\
".\config.h"\
{$(INCLUDE)}"sys\stat.h"\
{$(INCLUDE)}"sys\types.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_FILENAME=\
+ "..\fl\filename.h"\
+ ".\config.h"\
+
+NODEP_CPP_FILENAME=\
+ ".\ys\stat.h"\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\filename_list.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_FILENAME_=\
"..\fl\filename.h"\
".\config.h"\
{$(INCLUDE)}"sys\types.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_FILENAME_=\
+ "..\fl\filename.h"\
+ ".\config.h"\
+
+NODEP_CPP_FILENAME_=\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\filename_match.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_FILENAME_M=\
"..\fl\filename.h"\
{$(INCLUDE)}"sys\types.h"\
-# End Source File
-# Begin Source File
-SOURCE=..\src\filename_setext.cxx
-DEP_CPP_FILENAME_S=\
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_FILENAME_M=\
"..\fl\filename.h"\
- {$(INCLUDE)}"sys\types.h"\
+NODEP_CPP_FILENAME_M=\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
-SOURCE=..\src\Fl.cxx
+SOURCE=..\src\filename_setext.cxx
!IF "$(CFG)" == "fltkdll - Win32 Release"
-DEP_CPP_FL_CX=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
+DEP_CPP_FILENAME_S=\
+ "..\fl\filename.h"\
+ {$(INCLUDE)}"sys\types.h"\
!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+DEP_CPP_FILENAME_S=\
+ "..\fl\filename.h"\
+
+NODEP_CPP_FILENAME_S=\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\src\Fl.cxx
DEP_CPP_FL_CX=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -177,54 +269,19 @@ DEP_CPP_FL_CX=\ "..\fl\win32.h"\
"..\fl\x.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_abort.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_AB=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- ".\config.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_AB=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
".\config.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Adjuster.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_AD=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_adjuster.h"\
- "..\fl\fl_bitmap.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_widget.h"\
- "..\src\fastarrow.h"\
- "..\src\mediumarrow.h"\
- "..\src\slowarrow.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_AD=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -237,9 +294,6 @@ DEP_CPP_FL_AD=\ "..\src\mediumarrow.h"\
"..\src\slowarrow.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -267,6 +321,9 @@ DEP_CPP_FL_ARC=\ # Begin Source File
SOURCE=..\src\Fl_arg.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_FL_ARG=\
"..\fl\enumerations.h"\
"..\fl\filename.h"\
@@ -279,31 +336,30 @@ DEP_CPP_FL_ARG=\ "..\fl\x.h"\
{$(INCLUDE)}"sys\types.h"\
-# End Source File
-# Begin Source File
-SOURCE=..\src\fl_ask.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-DEP_CPP_FL_AS=\
+DEP_CPP_FL_ARG=\
"..\fl\enumerations.h"\
+ "..\fl\filename.h"\
"..\fl\fl.h"\
- "..\fl\fl_ask.h"\
- "..\fl\fl_box.h"\
- "..\fl\fl_button.h"\
+ "..\fl\fl_draw.h"\
"..\fl\fl_group.h"\
- "..\fl\fl_input.h"\
- "..\fl\fl_input_.h"\
- "..\fl\fl_return_button.h"\
- "..\fl\fl_secret_input.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
- ".\config.h"\
+ "..\fl\win32.h"\
+ "..\fl\x.h"\
+
+NODEP_CPP_FL_ARG=\
+ ".\ys\types.h"\
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+!ENDIF
+
+# End Source File
+# Begin Source File
+SOURCE=..\src\fl_ask.cxx
DEP_CPP_FL_AS=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -319,31 +375,10 @@ DEP_CPP_FL_AS=\ "..\fl\fl_window.h"\
".\config.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Bitmap.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_BI=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_bitmap.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_BI=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -356,49 +391,19 @@ DEP_CPP_FL_BI=\ "..\fl\win32.h"\
"..\fl\x.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Box.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
DEP_CPP_FL_BO=\
"..\fl\enumerations.h"\
"..\fl\fl_box.h"\
"..\fl\fl_widget.h"\
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
-DEP_CPP_FL_BO=\
- "..\fl\enumerations.h"\
- "..\fl\fl_box.h"\
- "..\fl\fl_widget.h"\
-
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\fl_boxtype.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_BOX=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_widget.h"\
- ".\config.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_BOX=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -406,31 +411,10 @@ DEP_CPP_FL_BOX=\ "..\fl\fl_widget.h"\
".\config.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Browser.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_BR=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_browser.h"\
- "..\fl\fl_browser_.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_scrollbar.h"\
- "..\fl\fl_slider.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_BR=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -443,30 +427,10 @@ DEP_CPP_FL_BR=\ "..\fl\fl_valuator.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Browser_.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_BRO=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_browser_.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_scrollbar.h"\
- "..\fl\fl_slider.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_BRO=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -478,30 +442,10 @@ DEP_CPP_FL_BRO=\ "..\fl\fl_valuator.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Browser_load.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_BROW=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_browser.h"\
- "..\fl\fl_browser_.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_scrollbar.h"\
- "..\fl\fl_slider.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_BROW=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -513,26 +457,10 @@ DEP_CPP_FL_BROW=\ "..\fl\fl_valuator.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Button.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_BU=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_button.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_BU=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -540,9 +468,6 @@ DEP_CPP_FL_BU=\ "..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -559,20 +484,6 @@ DEP_CPP_FL_CH=\ # Begin Source File
SOURCE=..\src\Fl_Check_Button.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_CHE=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_button.h"\
- "..\fl\fl_check_button.h"\
- "..\fl\fl_light_button.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_CHE=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -581,16 +492,10 @@ DEP_CPP_FL_CHE=\ "..\fl\fl_light_button.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Choice.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
DEP_CPP_FL_CHO=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -600,38 +505,10 @@ DEP_CPP_FL_CHO=\ "..\fl\fl_menu_item.h"\
"..\fl\fl_widget.h"\
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
-DEP_CPP_FL_CHO=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_choice.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_menu_.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_widget.h"\
-
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Clock.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_CL=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_clock.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_CL=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -639,9 +516,6 @@ DEP_CPP_FL_CL=\ "..\fl\fl_draw.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -688,20 +562,6 @@ DEP_CPP_FL_COL=\ # Begin Source File
SOURCE=..\src\Fl_Counter.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_COU=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_counter.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_COU=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -710,29 +570,10 @@ DEP_CPP_FL_COU=\ "..\fl\fl_valuator.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\fl_cursor.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_CU=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_CU=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -743,9 +584,6 @@ DEP_CPP_FL_CU=\ "..\fl\win32.h"\
"..\fl\x.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -758,22 +596,6 @@ DEP_CPP_FL_CUR=\ # Begin Source File
SOURCE=..\src\Fl_cutpaste.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_CUT=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
- "..\src\fl_cutpaste_win32.cxx"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_CUT=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -784,9 +606,6 @@ DEP_CPP_FL_CUT=\ "..\fl\x.h"\
"..\src\fl_cutpaste_win32.cxx"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -821,24 +640,6 @@ DEP_CPP_FL_DIS=\ # Begin Source File
SOURCE=..\src\Fl_Double_Window.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_DO=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_double_window.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
- ".\config.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_DO=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -851,9 +652,6 @@ DEP_CPP_FL_DO=\ "..\fl\x.h"\
".\config.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -883,9 +681,6 @@ DEP_CPP_FL_DRA=\ # Begin Source File
SOURCE=..\src\fl_draw_pixmap.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
DEP_CPP_FL_DRAW=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -897,52 +692,47 @@ DEP_CPP_FL_DRAW=\ "..\fl\x.h"\
".\config.h"\
+# End Source File
+# Begin Source File
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
-DEP_CPP_FL_DRAW=\
+SOURCE=..\src\fl_engraved_label.cxx
+DEP_CPP_FL_EN=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
"..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
- ".\config.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
-SOURCE=..\src\fl_engraved_label.cxx
+SOURCE=..\src\fl_file_chooser.cxx
!IF "$(CFG)" == "fltkdll - Win32 Release"
-DEP_CPP_FL_EN=\
+DEP_CPP_FL_FI=\
"..\fl\enumerations.h"\
+ "..\fl\filename.h"\
"..\fl\fl.h"\
+ "..\fl\fl_box.h"\
+ "..\fl\fl_browser_.h"\
+ "..\fl\fl_button.h"\
"..\fl\fl_draw.h"\
+ "..\fl\fl_file_chooser.h"\
+ "..\fl\fl_group.h"\
+ "..\fl\fl_input.h"\
+ "..\fl\fl_input_.h"\
+ "..\fl\fl_return_button.h"\
+ "..\fl\fl_scrollbar.h"\
+ "..\fl\fl_slider.h"\
+ "..\fl\fl_valuator.h"\
"..\fl\fl_widget.h"\
+ "..\fl\fl_window.h"\
+ ".\config.h"\
+ {$(INCLUDE)}"sys\types.h"\
!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-DEP_CPP_FL_EN=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_widget.h"\
-
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\fl_file_chooser.cxx
DEP_CPP_FL_FI=\
"..\fl\enumerations.h"\
"..\fl\filename.h"\
@@ -962,8 +752,13 @@ DEP_CPP_FL_FI=\ "..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
".\config.h"\
- {$(INCLUDE)}"sys\types.h"\
+NODEP_CPP_FL_FI=\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
@@ -1013,6 +808,9 @@ DEP_CPP_FL_GET=\ # Begin Source File
SOURCE=..\src\Fl_Gl_Choice.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_FL_GL=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1026,6 +824,27 @@ DEP_CPP_FL_GL=\ ".\config.h"\
{$(INCLUDE)}"GL\gl.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_FL_GL=\
+ "..\fl\enumerations.h"\
+ "..\fl\fl.h"\
+ "..\fl\fl_group.h"\
+ "..\fl\fl_widget.h"\
+ "..\fl\fl_window.h"\
+ "..\FL\gl.h"\
+ "..\fl\win32.h"\
+ "..\fl\x.h"\
+ "..\src\Fl_Gl_Choice.H"\
+ ".\config.h"\
+
+NODEP_CPP_FL_GL=\
+ ".\L\gl.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
@@ -1034,6 +853,9 @@ SOURCE=..\src\Fl_Gl_Choice.H # Begin Source File
SOURCE=..\src\Fl_Gl_Overlay.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_FL_GL_=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1048,11 +870,10 @@ DEP_CPP_FL_GL_=\ ".\config.h"\
{$(INCLUDE)}"GL\gl.h"\
-# End Source File
-# Begin Source File
-SOURCE=..\src\Fl_Gl_Window.cxx
-DEP_CPP_FL_GL_W=\
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_FL_GL_=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
"..\fl\fl_gl_window.h"\
@@ -1064,59 +885,74 @@ DEP_CPP_FL_GL_W=\ "..\fl\x.h"\
"..\src\Fl_Gl_Choice.H"\
".\config.h"\
- {$(INCLUDE)}"GL\gl.h"\
+NODEP_CPP_FL_GL_=\
+ ".\L\gl.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
-SOURCE=..\src\Fl_grab.cxx
+SOURCE=..\src\Fl_Gl_Window.cxx
!IF "$(CFG)" == "fltkdll - Win32 Release"
-DEP_CPP_FL_GR=\
+DEP_CPP_FL_GL_W=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
+ "..\fl\fl_gl_window.h"\
"..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
+ "..\FL\gl.h"\
"..\fl\win32.h"\
"..\fl\x.h"\
+ "..\src\Fl_Gl_Choice.H"\
".\config.h"\
+ {$(INCLUDE)}"GL\gl.h"\
!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-DEP_CPP_FL_GR=\
+DEP_CPP_FL_GL_W=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
+ "..\fl\fl_gl_window.h"\
"..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
+ "..\FL\gl.h"\
"..\fl\win32.h"\
"..\fl\x.h"\
+ "..\src\Fl_Gl_Choice.H"\
".\config.h"\
+NODEP_CPP_FL_GL_W=\
+ ".\L\gl.h"\
+
!ENDIF
# End Source File
# Begin Source File
-SOURCE=..\src\Fl_Group.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_GRO=\
+SOURCE=..\src\Fl_grab.cxx
+DEP_CPP_FL_GR=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
- "..\fl\fl_draw.h"\
"..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
+ "..\fl\win32.h"\
+ "..\fl\x.h"\
+ ".\config.h"\
+# End Source File
+# Begin Source File
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
+SOURCE=..\src\Fl_Group.cxx
DEP_CPP_FL_GRO=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1125,31 +961,10 @@ DEP_CPP_FL_GRO=\ "..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Image.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_IM=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_image.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_IM=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1162,27 +977,10 @@ DEP_CPP_FL_IM=\ "..\fl\win32.h"\
"..\fl\x.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Input.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_IN=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_input.h"\
- "..\fl\fl_input_.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_IN=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1191,26 +989,10 @@ DEP_CPP_FL_IN=\ "..\fl\fl_input_.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Input_.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_INP=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_input_.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_INP=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1218,27 +1000,10 @@ DEP_CPP_FL_INP=\ "..\fl\fl_input_.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\fl_labeltype.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_LA=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_input_.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_LA=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1247,27 +1012,10 @@ DEP_CPP_FL_LA=\ "..\fl\fl_input_.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Light_Button.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_LI=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_button.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_light_button.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_LI=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1276,31 +1024,10 @@ DEP_CPP_FL_LI=\ "..\fl\fl_light_button.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Menu.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_ME=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_menu_.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_menu_window.h"\
- "..\fl\fl_single_window.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_ME=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1313,26 +1040,10 @@ DEP_CPP_FL_ME=\ "..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Menu_.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_MEN=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_menu_.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_MEN=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1340,52 +1051,20 @@ DEP_CPP_FL_MEN=\ "..\fl\fl_menu_item.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Menu_add.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_MENU=\
- "..\fl\enumerations.h"\
- "..\fl\fl_menu_.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_MENU=\
"..\fl\enumerations.h"\
"..\fl\fl_menu_.h"\
"..\fl\fl_menu_item.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Menu_Bar.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_MENU_=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_menu_.h"\
- "..\fl\fl_menu_bar.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_MENU_=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1394,28 +1073,10 @@ DEP_CPP_FL_MENU_=\ "..\fl\fl_menu_item.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Menu_Button.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_MENU_B=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_menu_.h"\
- "..\fl\fl_menu_button.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_MENU_B=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1425,26 +1086,10 @@ DEP_CPP_FL_MENU_B=\ "..\fl\fl_menu_item.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Menu_global.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_MENU_G=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_menu_.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_MENU_G=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1452,32 +1097,10 @@ DEP_CPP_FL_MENU_G=\ "..\fl\fl_menu_item.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Menu_Window.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_MENU_W=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_menu_window.h"\
- "..\fl\fl_single_window.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
- ".\config.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_MENU_W=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1491,26 +1114,10 @@ DEP_CPP_FL_MENU_W=\ "..\fl\x.h"\
".\config.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Multi_Label.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_MU=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_multi_label.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_MU=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1518,27 +1125,10 @@ DEP_CPP_FL_MU=\ "..\fl\fl_multi_label.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Output.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_OU=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_input_.h"\
- "..\fl\fl_output.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_OU=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1547,9 +1137,6 @@ DEP_CPP_FL_OU=\ "..\fl\fl_output.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -1563,21 +1150,6 @@ DEP_CPP_FL_OV=\ # Begin Source File
SOURCE=..\src\fl_overlay.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_OVE=\
- "..\fl\enumerations.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_OVE=\
"..\fl\enumerations.h"\
"..\fl\fl_draw.h"\
@@ -1587,9 +1159,6 @@ DEP_CPP_FL_OVE=\ "..\fl\win32.h"\
"..\fl\x.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -1620,25 +1189,6 @@ DEP_CPP_FL_OVER=\ # Begin Source File
SOURCE=..\src\Fl_Overlay_Window.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_OVERL=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_double_window.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_overlay_window.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
- ".\config.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_OVERL=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1652,16 +1202,10 @@ DEP_CPP_FL_OVERL=\ "..\fl\x.h"\
".\config.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_own_colormap.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
DEP_CPP_FL_OW=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1672,40 +1216,10 @@ DEP_CPP_FL_OW=\ "..\fl\x.h"\
".\config.h"\
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
-DEP_CPP_FL_OW=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
- ".\config.h"\
-
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Pack.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_PA=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_pack.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_PA=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1714,16 +1228,10 @@ DEP_CPP_FL_PA=\ "..\fl\fl_pack.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Pixmap.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
DEP_CPP_FL_PI=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1736,41 +1244,10 @@ DEP_CPP_FL_PI=\ "..\fl\win32.h"\
"..\fl\x.h"\
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
-DEP_CPP_FL_PI=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_menu_item.h"\
- "..\fl\fl_pixmap.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
-
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Positioner.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_PO=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_positioner.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_PO=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1778,28 +1255,10 @@ DEP_CPP_FL_PO=\ "..\fl\fl_positioner.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\fl_rect.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_RE=\
- "..\fl\enumerations.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_RE=\
"..\fl\enumerations.h"\
"..\fl\fl_draw.h"\
@@ -1809,16 +1268,10 @@ DEP_CPP_FL_RE=\ "..\fl\win32.h"\
"..\fl\x.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Repeat_Button.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
DEP_CPP_FL_REP=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1826,37 +1279,10 @@ DEP_CPP_FL_REP=\ "..\fl\fl_repeat_button.h"\
"..\fl\fl_widget.h"\
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
-DEP_CPP_FL_REP=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_button.h"\
- "..\fl\fl_repeat_button.h"\
- "..\fl\fl_widget.h"\
-
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Return_Button.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_RET=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_button.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_return_button.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_RET=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1865,27 +1291,10 @@ DEP_CPP_FL_RET=\ "..\fl\fl_return_button.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Roller.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_RO=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_roller.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_RO=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1894,9 +1303,6 @@ DEP_CPP_FL_RO=\ "..\fl\fl_valuator.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -1910,20 +1316,6 @@ DEP_CPP_FL_ROU=\ # Begin Source File
SOURCE=..\src\Fl_Round_Button.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_ROUN=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_button.h"\
- "..\fl\fl_light_button.h"\
- "..\fl\fl_round_button.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_ROUN=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1932,9 +1324,6 @@ DEP_CPP_FL_ROUN=\ "..\fl\fl_round_button.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -1948,23 +1337,6 @@ DEP_CPP_FL_ROUND=\ # Begin Source File
SOURCE=..\src\Fl_Scroll.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_SC=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_scroll.h"\
- "..\fl\fl_scrollbar.h"\
- "..\fl\fl_slider.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_SC=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -1976,27 +1348,10 @@ DEP_CPP_FL_SC=\ "..\fl\fl_valuator.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\fl_scroll_area.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_SCR=\
- "..\fl\enumerations.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_SCR=\
"..\fl\enumerations.h"\
"..\fl\fl_group.h"\
@@ -2005,16 +1360,10 @@ DEP_CPP_FL_SCR=\ "..\fl\win32.h"\
"..\fl\x.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Scrollbar.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
DEP_CPP_FL_SCRO=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2024,42 +1373,10 @@ DEP_CPP_FL_SCRO=\ "..\fl\fl_valuator.h"\
"..\fl\fl_widget.h"\
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
-DEP_CPP_FL_SCRO=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_scrollbar.h"\
- "..\fl\fl_slider.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_widget.h"\
-
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\fl_set_font.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_SE=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
- "..\src\fl_font.h"\
- ".\config.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_SE=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2071,9 +1388,6 @@ DEP_CPP_FL_SE=\ "..\src\fl_font.h"\
".\config.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -2102,46 +1416,15 @@ DEP_CPP_FL_SH=\ # Begin Source File
SOURCE=..\src\fl_shortcut.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_SHO=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_SHO=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\fl_show_colormap.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_SHOW=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_show_colormap.h"\
- "..\fl\fl_single_window.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- ".\config.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_SHOW=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2153,26 +1436,10 @@ DEP_CPP_FL_SHOW=\ "..\fl\fl_window.h"\
".\config.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Single_Window.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_SI=\
- "..\fl\enumerations.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_single_window.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_SI=\
"..\fl\enumerations.h"\
"..\fl\fl_group.h"\
@@ -2180,27 +1447,10 @@ DEP_CPP_FL_SI=\ "..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Slider.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_SL=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_slider.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_SL=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2209,52 +1459,20 @@ DEP_CPP_FL_SL=\ "..\fl\fl_valuator.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\fl_symbols.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
DEP_CPP_FL_SY=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
"..\fl\fl_draw.h"\
"..\fl\fl_widget.h"\
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
-DEP_CPP_FL_SY=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_widget.h"\
-
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Tabs.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_TA=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_tabs.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_TA=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2263,27 +1481,10 @@ DEP_CPP_FL_TA=\ "..\fl\fl_tabs.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Tile.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_TI=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_tile.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_TI=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2292,9 +1493,6 @@ DEP_CPP_FL_TI=\ "..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -2310,22 +1508,6 @@ DEP_CPP_FL_VA=\ # Begin Source File
SOURCE=..\src\Fl_Value_Input.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_VAL=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_input.h"\
- "..\fl\fl_input_.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_value_input.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_VAL=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2336,27 +1518,10 @@ DEP_CPP_FL_VAL=\ "..\fl\fl_value_input.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Value_Output.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_VALU=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_value_output.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_VALU=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2365,28 +1530,10 @@ DEP_CPP_FL_VALU=\ "..\fl\fl_value_output.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Value_Slider.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_VALUE=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_draw.h"\
- "..\fl\fl_slider.h"\
- "..\fl\fl_valuator.h"\
- "..\fl\fl_value_slider.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_VALUE=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2396,9 +1543,6 @@ DEP_CPP_FL_VALUE=\ "..\fl\fl_value_slider.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -2417,22 +1561,6 @@ DEP_CPP_FL_VE=\ # Begin Source File
SOURCE=..\src\Fl_visual.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_VI=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
- ".\config.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_VI=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2443,41 +1571,20 @@ DEP_CPP_FL_VI=\ "..\fl\x.h"\
".\config.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Widget.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_WI=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
-
-
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
DEP_CPP_FL_WI=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
"..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=..\src\Fl_Window.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
DEP_CPP_FL_WIN=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2485,75 +1592,78 @@ DEP_CPP_FL_WIN=\ "..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
+# End Source File
+# Begin Source File
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
-DEP_CPP_FL_WIN=\
+SOURCE=..\src\Fl_Window_fullscreen.cxx
+DEP_CPP_FL_WIND=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
"..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
+ "..\fl\win32.h"\
+ "..\fl\x.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
-SOURCE=..\src\Fl_Window_fullscreen.cxx
-
-!IF "$(CFG)" == "fltkdll - Win32 Release"
-
-DEP_CPP_FL_WIND=\
+SOURCE=..\src\Fl_Window_hotspot.cxx
+DEP_CPP_FL_WINDO=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
"..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
"..\fl\win32.h"\
- "..\fl\x.h"\
+# End Source File
+# Begin Source File
-!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-
-DEP_CPP_FL_WIND=\
+SOURCE=..\src\Fl_Window_iconize.cxx
+DEP_CPP_FL_WINDOW=\
"..\fl\enumerations.h"\
- "..\fl\fl.h"\
"..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
"..\fl\win32.h"\
"..\fl\x.h"\
-
-!ENDIF
-
# End Source File
# Begin Source File
-SOURCE=..\src\Fl_Window_hotspot.cxx
+SOURCE=..\src\Fl_x.cxx
!IF "$(CFG)" == "fltkdll - Win32 Release"
-DEP_CPP_FL_WINDO=\
+DEP_CPP_FL_X_=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
"..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
"..\fl\win32.h"\
+ "..\fl\x.h"\
+ "..\src\fl_win32.cxx"\
+ ".\config.h"\
+ {$(INCLUDE)}"sys\types.h"\
!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-DEP_CPP_FL_WINDO=\
+DEP_CPP_FL_X_=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
"..\fl\fl_group.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
"..\fl\win32.h"\
+ "..\fl\x.h"\
+ "..\src\fl_win32.cxx"\
+ ".\config.h"\
+
+NODEP_CPP_FL_X_=\
+ ".\ys\types.h"\
!ENDIF
@@ -2561,28 +1671,98 @@ DEP_CPP_FL_WINDO=\ # End Source File
# Begin Source File
-SOURCE=..\src\Fl_Window_iconize.cxx
+SOURCE=..\src\forms_bitmap.cxx
!IF "$(CFG)" == "fltkdll - Win32 Release"
-DEP_CPP_FL_WINDOW=\
+DEP_CPP_FORMS=\
"..\fl\enumerations.h"\
+ "..\fl\filename.h"\
+ "..\fl\fl.h"\
+ "..\fl\fl_ask.h"\
+ "..\fl\fl_bitmap.h"\
+ "..\fl\fl_box.h"\
+ "..\fl\fl_browser.h"\
+ "..\fl\fl_browser_.h"\
+ "..\fl\fl_button.h"\
+ "..\fl\fl_chart.h"\
+ "..\fl\fl_check_button.h"\
+ "..\fl\fl_choice.h"\
+ "..\fl\fl_clock.h"\
+ "..\fl\fl_counter.h"\
+ "..\fl\fl_dial.h"\
+ "..\fl\fl_draw.h"\
+ "..\fl\fl_file_chooser.h"\
+ "..\fl\fl_formsbitmap.h"\
+ "..\fl\fl_formspixmap.h"\
+ "..\fl\fl_free.h"\
"..\fl\fl_group.h"\
+ "..\fl\fl_input.h"\
+ "..\fl\fl_input_.h"\
+ "..\fl\fl_light_button.h"\
+ "..\fl\fl_menu_.h"\
+ "..\fl\fl_menu_button.h"\
+ "..\fl\fl_menu_item.h"\
+ "..\fl\fl_pixmap.h"\
+ "..\fl\fl_positioner.h"\
+ "..\fl\fl_round_button.h"\
+ "..\fl\fl_scrollbar.h"\
+ "..\fl\fl_show_colormap.h"\
+ "..\fl\fl_slider.h"\
+ "..\fl\fl_timer.h"\
+ "..\fl\fl_valuator.h"\
+ "..\fl\fl_value_slider.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
+ "..\fl\forms.h"\
+ {$(INCLUDE)}"sys\types.h"\
!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-DEP_CPP_FL_WINDOW=\
+DEP_CPP_FORMS=\
"..\fl\enumerations.h"\
+ "..\fl\filename.h"\
+ "..\fl\fl.h"\
+ "..\fl\fl_ask.h"\
+ "..\fl\fl_bitmap.h"\
+ "..\fl\fl_box.h"\
+ "..\fl\fl_browser.h"\
+ "..\fl\fl_browser_.h"\
+ "..\fl\fl_button.h"\
+ "..\fl\fl_chart.h"\
+ "..\fl\fl_check_button.h"\
+ "..\fl\fl_choice.h"\
+ "..\fl\fl_clock.h"\
+ "..\fl\fl_counter.h"\
+ "..\fl\fl_dial.h"\
+ "..\fl\fl_draw.h"\
+ "..\fl\fl_file_chooser.h"\
+ "..\fl\fl_formsbitmap.h"\
+ "..\fl\fl_formspixmap.h"\
+ "..\fl\fl_free.h"\
"..\fl\fl_group.h"\
+ "..\fl\fl_input.h"\
+ "..\fl\fl_input_.h"\
+ "..\fl\fl_light_button.h"\
+ "..\fl\fl_menu_.h"\
+ "..\fl\fl_menu_button.h"\
+ "..\fl\fl_menu_item.h"\
+ "..\fl\fl_pixmap.h"\
+ "..\fl\fl_positioner.h"\
+ "..\fl\fl_round_button.h"\
+ "..\fl\fl_scrollbar.h"\
+ "..\fl\fl_show_colormap.h"\
+ "..\fl\fl_slider.h"\
+ "..\fl\fl_timer.h"\
+ "..\fl\fl_valuator.h"\
+ "..\fl\fl_value_slider.h"\
"..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
+ "..\fl\forms.h"\
+
+NODEP_CPP_FORMS=\
+ ".\ys\types.h"\
!ENDIF
@@ -2590,24 +1770,11 @@ DEP_CPP_FL_WINDOW=\ # End Source File
# Begin Source File
-SOURCE=..\src\Fl_x.cxx
-DEP_CPP_FL_X_=\
- "..\fl\enumerations.h"\
- "..\fl\fl.h"\
- "..\fl\fl_group.h"\
- "..\fl\fl_widget.h"\
- "..\fl\fl_window.h"\
- "..\fl\win32.h"\
- "..\fl\x.h"\
- "..\src\fl_win32.cxx"\
- ".\config.h"\
- {$(INCLUDE)}"sys\types.h"\
-
-# End Source File
-# Begin Source File
+SOURCE=..\src\forms_compatability.cxx
-SOURCE=..\src\forms_bitmap.cxx
-DEP_CPP_FORMS=\
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
+DEP_CPP_FORMS_=\
"..\fl\enumerations.h"\
"..\fl\filename.h"\
"..\fl\fl.h"\
@@ -2637,6 +1804,8 @@ DEP_CPP_FORMS=\ "..\fl\fl_menu_item.h"\
"..\fl\fl_pixmap.h"\
"..\fl\fl_positioner.h"\
+ "..\fl\fl_repeat_button.h"\
+ "..\fl\fl_return_button.h"\
"..\fl\fl_round_button.h"\
"..\fl\fl_scrollbar.h"\
"..\fl\fl_show_colormap.h"\
@@ -2649,10 +1818,9 @@ DEP_CPP_FORMS=\ "..\fl\forms.h"\
{$(INCLUDE)}"sys\types.h"\
-# End Source File
-# Begin Source File
-SOURCE=..\src\forms_compatability.cxx
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
DEP_CPP_FORMS_=\
"..\fl\enumerations.h"\
"..\fl\filename.h"\
@@ -2695,29 +1863,118 @@ DEP_CPP_FORMS_=\ "..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
"..\fl\forms.h"\
- {$(INCLUDE)}"sys\types.h"\
+NODEP_CPP_FORMS_=\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\forms_free.cxx
+DEP_CPP_FORMS_F=\
+ "..\fl\enumerations.h"\
+ "..\fl\fl.h"\
+ "..\fl\fl_free.h"\
+ "..\fl\fl_widget.h"\
+
+# End Source File
+# Begin Source File
+
+SOURCE=..\src\forms_fselect.cxx
!IF "$(CFG)" == "fltkdll - Win32 Release"
-DEP_CPP_FORMS_F=\
+DEP_CPP_FORMS_FS=\
"..\fl\enumerations.h"\
+ "..\fl\filename.h"\
"..\fl\fl.h"\
+ "..\fl\fl_ask.h"\
+ "..\fl\fl_bitmap.h"\
+ "..\fl\fl_box.h"\
+ "..\fl\fl_browser.h"\
+ "..\fl\fl_browser_.h"\
+ "..\fl\fl_button.h"\
+ "..\fl\fl_chart.h"\
+ "..\fl\fl_check_button.h"\
+ "..\fl\fl_choice.h"\
+ "..\fl\fl_clock.h"\
+ "..\fl\fl_counter.h"\
+ "..\fl\fl_dial.h"\
+ "..\fl\fl_draw.h"\
+ "..\fl\fl_file_chooser.h"\
+ "..\fl\fl_formsbitmap.h"\
+ "..\fl\fl_formspixmap.h"\
"..\fl\fl_free.h"\
+ "..\fl\fl_group.h"\
+ "..\fl\fl_input.h"\
+ "..\fl\fl_input_.h"\
+ "..\fl\fl_light_button.h"\
+ "..\fl\fl_menu_.h"\
+ "..\fl\fl_menu_button.h"\
+ "..\fl\fl_menu_item.h"\
+ "..\fl\fl_pixmap.h"\
+ "..\fl\fl_positioner.h"\
+ "..\fl\fl_round_button.h"\
+ "..\fl\fl_scrollbar.h"\
+ "..\fl\fl_show_colormap.h"\
+ "..\fl\fl_slider.h"\
+ "..\fl\fl_timer.h"\
+ "..\fl\fl_valuator.h"\
+ "..\fl\fl_value_slider.h"\
"..\fl\fl_widget.h"\
+ "..\fl\fl_window.h"\
+ "..\fl\forms.h"\
+ {$(INCLUDE)}"sys\types.h"\
!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
-DEP_CPP_FORMS_F=\
+DEP_CPP_FORMS_FS=\
"..\fl\enumerations.h"\
+ "..\fl\filename.h"\
"..\fl\fl.h"\
+ "..\fl\fl_ask.h"\
+ "..\fl\fl_bitmap.h"\
+ "..\fl\fl_box.h"\
+ "..\fl\fl_browser.h"\
+ "..\fl\fl_browser_.h"\
+ "..\fl\fl_button.h"\
+ "..\fl\fl_chart.h"\
+ "..\fl\fl_check_button.h"\
+ "..\fl\fl_choice.h"\
+ "..\fl\fl_clock.h"\
+ "..\fl\fl_counter.h"\
+ "..\fl\fl_dial.h"\
+ "..\fl\fl_draw.h"\
+ "..\fl\fl_file_chooser.h"\
+ "..\fl\fl_formsbitmap.h"\
+ "..\fl\fl_formspixmap.h"\
"..\fl\fl_free.h"\
+ "..\fl\fl_group.h"\
+ "..\fl\fl_input.h"\
+ "..\fl\fl_input_.h"\
+ "..\fl\fl_light_button.h"\
+ "..\fl\fl_menu_.h"\
+ "..\fl\fl_menu_button.h"\
+ "..\fl\fl_menu_item.h"\
+ "..\fl\fl_pixmap.h"\
+ "..\fl\fl_positioner.h"\
+ "..\fl\fl_round_button.h"\
+ "..\fl\fl_scrollbar.h"\
+ "..\fl\fl_show_colormap.h"\
+ "..\fl\fl_slider.h"\
+ "..\fl\fl_timer.h"\
+ "..\fl\fl_valuator.h"\
+ "..\fl\fl_value_slider.h"\
"..\fl\fl_widget.h"\
+ "..\fl\fl_window.h"\
+ "..\fl\forms.h"\
+
+NODEP_CPP_FORMS_FS=\
+ ".\ys\types.h"\
!ENDIF
@@ -2725,8 +1982,11 @@ DEP_CPP_FORMS_F=\ # End Source File
# Begin Source File
-SOURCE=..\src\forms_fselect.cxx
-DEP_CPP_FORMS_FS=\
+SOURCE=..\src\forms_pixmap.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
+DEP_CPP_FORMS_P=\
"..\fl\enumerations.h"\
"..\fl\filename.h"\
"..\fl\fl.h"\
@@ -2768,10 +2028,9 @@ DEP_CPP_FORMS_FS=\ "..\fl\forms.h"\
{$(INCLUDE)}"sys\types.h"\
-# End Source File
-# Begin Source File
-SOURCE=..\src\forms_pixmap.cxx
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
DEP_CPP_FORMS_P=\
"..\fl\enumerations.h"\
"..\fl\filename.h"\
@@ -2812,12 +2071,20 @@ DEP_CPP_FORMS_P=\ "..\fl\fl_widget.h"\
"..\fl\fl_window.h"\
"..\fl\forms.h"\
- {$(INCLUDE)}"sys\types.h"\
+NODEP_CPP_FORMS_P=\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\forms_timer.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_FORMS_T=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2827,10 +2094,30 @@ DEP_CPP_FORMS_T=\ {$(INCLUDE)}"sys\timeb.h"\
{$(INCLUDE)}"sys\types.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_FORMS_T=\
+ "..\fl\enumerations.h"\
+ "..\fl\fl.h"\
+ "..\fl\fl_draw.h"\
+ "..\fl\fl_timer.h"\
+ "..\fl\fl_widget.h"\
+
+NODEP_CPP_FORMS_T=\
+ ".\ys\timeb.h"\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\gl_draw.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_GL_DR=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2846,10 +2133,36 @@ DEP_CPP_GL_DR=\ ".\config.h"\
{$(INCLUDE)}"GL\gl.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_GL_DR=\
+ "..\fl\enumerations.h"\
+ "..\fl\fl.h"\
+ "..\fl\fl_draw.h"\
+ "..\fl\fl_group.h"\
+ "..\fl\fl_widget.h"\
+ "..\fl\fl_window.h"\
+ "..\FL\gl.h"\
+ "..\fl\win32.h"\
+ "..\fl\x.h"\
+ "..\src\fl_font.h"\
+ "..\src\Fl_Gl_Choice.H"\
+ ".\config.h"\
+
+NODEP_CPP_GL_DR=\
+ ".\L\gl.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\gl_start.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_GL_ST=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2864,10 +2177,35 @@ DEP_CPP_GL_ST=\ ".\config.h"\
{$(INCLUDE)}"GL\gl.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_GL_ST=\
+ "..\fl\enumerations.h"\
+ "..\fl\fl.h"\
+ "..\fl\fl_draw.h"\
+ "..\fl\fl_group.h"\
+ "..\fl\fl_widget.h"\
+ "..\fl\fl_window.h"\
+ "..\FL\gl.h"\
+ "..\fl\win32.h"\
+ "..\fl\x.h"\
+ "..\src\Fl_Gl_Choice.H"\
+ ".\config.h"\
+
+NODEP_CPP_GL_ST=\
+ ".\L\gl.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\glut_compatability.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_GLUT_=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2882,10 +2220,35 @@ DEP_CPP_GLUT_=\ {$(INCLUDE)}"GL\gl.h"\
{$(INCLUDE)}"GL\glu.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_GLUT_=\
+ "..\fl\enumerations.h"\
+ "..\fl\fl.h"\
+ "..\fl\fl_gl_window.h"\
+ "..\fl\fl_group.h"\
+ "..\fl\fl_menu_item.h"\
+ "..\fl\fl_widget.h"\
+ "..\fl\fl_window.h"\
+ "..\FL\gl.h"\
+ "..\fl\glut.h"\
+ ".\config.h"\
+
+NODEP_CPP_GLUT_=\
+ ".\L\gl.h"\
+ ".\L\glu.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\glut_font.cxx
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_GLUT_F=\
"..\fl\enumerations.h"\
"..\fl\fl.h"\
@@ -2899,15 +2262,52 @@ DEP_CPP_GLUT_F=\ {$(INCLUDE)}"GL\gl.h"\
{$(INCLUDE)}"GL\glu.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_GLUT_F=\
+ "..\fl\enumerations.h"\
+ "..\fl\fl.h"\
+ "..\fl\fl_gl_window.h"\
+ "..\fl\fl_group.h"\
+ "..\fl\fl_widget.h"\
+ "..\fl\fl_window.h"\
+ "..\FL\gl.h"\
+ "..\fl\glut.h"\
+ ".\config.h"\
+
+NODEP_CPP_GLUT_F=\
+ ".\L\gl.h"\
+ ".\L\glu.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
SOURCE=..\src\numericsort.c
+
+!IF "$(CFG)" == "fltkdll - Win32 Release"
+
DEP_CPP_NUMER=\
"..\fl\filename.h"\
".\config.h"\
{$(INCLUDE)}"sys\types.h"\
+
+!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
+
+DEP_CPP_NUMER=\
+ "..\fl\filename.h"\
+ ".\config.h"\
+
+NODEP_CPP_NUMER=\
+ ".\ys\types.h"\
+
+
+!ENDIF
+
# End Source File
# Begin Source File
|
