From f0ad14ae2ebb25ad5c3eca59881fd76612eb21c9 Mon Sep 17 00:00:00 2001 From: luca Date: Tue, 22 Apr 2003 15:26:18 +0000 Subject: [PATCH] Patch level :2.0 nopatch Files correlati : Ricompilazione Demo : [ ] Commento :aggiunti i form discolaziali git-svn-id: svn://10.65.10.50/trunk@11050 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- projects/Dl0.dsp | 97 ++++++++++++++++++++++++++++++++++++++++++++++ projects/frm32.bat | 2 +- 2 files changed, 98 insertions(+), 1 deletion(-) diff --git a/projects/Dl0.dsp b/projects/Dl0.dsp index adb5322af..7832dc5e9 100755 --- a/projects/Dl0.dsp +++ b/projects/Dl0.dsp @@ -367,6 +367,103 @@ SOURCE=..\dl\dl0800a.h # Begin Source File SOURCE=..\dl\dl0900a.h +# End Source File +# End Group +# Begin Group "Forms" + +# PROP Default_Filter "frm" +# Begin Source File + +SOURCE=..\dl\dl0500a.frm + +!IF "$(CFG)" == "dl0 - Win32 Release" + +# Begin Custom Build - Compiling form $(InputPath)... +TargetDir=\U\Luca\r020200.aga\exe +InputPath=..\dl\dl0500a.frm +InputName=dl0500a + +"$(TargetDir)\$(InputName).frm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + frm32 $(InputPath) $(TargetDir)\$(InputName).frm + +# End Custom Build + +!ELSEIF "$(CFG)" == "dl0 - Win32 Debug" + +# Begin Custom Build - Compiling form $(InputPath)... +TargetDir=\U\Luca\r020200.aga\exed +InputPath=..\dl\dl0500a.frm +InputName=dl0500a + +"$(TargetDir)\$(InputName).frm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + frm32 $(InputPath) $(TargetDir)\$(InputName).frm + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\dl\dl0600a.frm + +!IF "$(CFG)" == "dl0 - Win32 Release" + +# Begin Custom Build - Compiling form $(InputPath)... +TargetDir=\U\Luca\r020200.aga\exe +InputPath=..\dl\dl0600a.frm +InputName=dl0600a + +"$(TargetDir)\$(InputName).frm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + frm32 $(InputPath) $(TargetDir)\$(InputName).frm + +# End Custom Build + +!ELSEIF "$(CFG)" == "dl0 - Win32 Debug" + +# Begin Custom Build - Compiling form $(InputPath)... +TargetDir=\U\Luca\r020200.aga\exed +InputPath=..\dl\dl0600a.frm +InputName=dl0600a + +"$(TargetDir)\$(InputName).frm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + frm32 $(InputPath) $(TargetDir)\$(InputName).frm + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=..\dl\dl0700a.frm + +!IF "$(CFG)" == "dl0 - Win32 Release" + +# Begin Custom Build - Compiling form $(InputPath)... +TargetDir=\U\Luca\r020200.aga\exe +InputPath=..\dl\dl0700a.frm +InputName=dl0700a + +"$(TargetDir)\$(InputName).frm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + frm32 $(InputPath) $(TargetDir)\$(InputName).frm + +# End Custom Build + +!ELSEIF "$(CFG)" == "dl0 - Win32 Debug" + +# Begin Custom Build - Compiling form $(InputPath)... +TargetDir=\U\Luca\r020200.aga\exed +InputPath=..\dl\dl0700a.frm +InputName=dl0700a + +"$(TargetDir)\$(InputName).frm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + frm32 $(InputPath) $(TargetDir)\$(InputName).frm + +# End Custom Build + +!ENDIF + # End Source File # End Group # Begin Source File diff --git a/projects/frm32.bat b/projects/frm32.bat index 2e7479bf4..2d8631bb1 100755 --- a/projects/frm32.bat +++ b/projects/frm32.bat @@ -3,7 +3,7 @@ echo Compiling %1 into %2 copy ..\include\lffiles.h+%1 %TMP%\tmp.tmp set oldinc=%include -set include=..\include;..\ba;..\ce;..\cg;..\cm;..\db;..\m770;..\mg;..\mr;..\or;..\pr;..\sv;..\ve +set include=..\include;..\ba;..\ce;..\cg;..\cm;..\db;..\dl;..\m770;..\mg;..\mr;..\or;..\pr;..\sv;..\ve cl /nologo /EP %TMP%\tmp.tmp >%TMP%\tmp.frm set include=%oldinc set oldinc=