diff options
Diffstat (limited to 'visualc/resize.dsp')
| -rw-r--r-- | visualc/resize.dsp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/visualc/resize.dsp b/visualc/resize.dsp index 75f6a1882..916147873 100644 --- a/visualc/resize.dsp +++ b/visualc/resize.dsp @@ -93,5 +93,36 @@ LINK32=link.exe SOURCE=..\test\resize.cxx
# End Source File
+# Begin Source File
+
+SOURCE=..\test\resize.fl
+
+!IF "$(CFG)" == "resize - Win32 Release"
+
+# Begin Custom Build - Create .cxx and .h file with fluid
+InputPath=..\test\resize.fl
+
+"../test/resize.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ cd ..\test
+ ..\fluid\fluid -c resize.fl
+ cd ..\visualc
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "resize - Win32 Debug"
+
+# Begin Custom Build - Create .cxx and .h file with fluidd
+InputPath=..\test\resize.fl
+
+"../test/resize.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ cd ..\test
+ ..\fluid\fluidd -c resize.fl
+ cd ..\visualc
+
+# End Custom Build
+
+!ENDIF
+
+# End Source File
# End Target
# End Project
|
