summaryrefslogtreecommitdiff
path: root/visualc/inactive.dsp
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2001-12-01 01:54:30 +0000
committerMatthias Melcher <fltk@matthiasm.com>2001-12-01 01:54:30 +0000
commit1977f13908b3fb2063976f4ad350bb635f14771c (patch)
treed683fa5d829e98479e7383cbb21a43acb4d7dc5d /visualc/inactive.dsp
parentca83eb11a122a6891f7dee700de9b0159194581e (diff)
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
Diffstat (limited to 'visualc/inactive.dsp')
-rwxr-xr-xvisualc/inactive.dsp31
1 files changed, 31 insertions, 0 deletions
diff --git a/visualc/inactive.dsp b/visualc/inactive.dsp
index d098d08a7..8d077b3d2 100755
--- a/visualc/inactive.dsp
+++ b/visualc/inactive.dsp
@@ -93,5 +93,36 @@ LINK32=link.exe
SOURCE=..\test\inactive.cxx
# End Source File
+# Begin Source File
+
+SOURCE=..\test\inactive.fl
+
+!IF "$(CFG)" == "inactive - Win32 Release"
+
+# Begin Custom Build - Create .cxx and .h file with fluidd
+InputPath=..\test\inactive.fl
+
+"..\test\inactive.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ cd ..\test
+ ..\fluid\fluid -c inactive.fl
+ cd ..\visualc
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "inactive - Win32 Debug"
+
+# Begin Custom Build - Create .cxx and .h file with fluidd
+InputPath=..\test\inactive.fl
+
+"..\test\inactive.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ cd ..\test
+ ..\fluid\fluidd -c inactive.fl
+ cd ..\visualc
+
+# End Custom Build
+
+!ENDIF
+
+# End Source File
# End Target
# End Project