Browse Source

removed focus dll from portable build

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@640 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden 14 years ago
parent
commit
bf78ee95b8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      DittoSetup/Build Portable ZIP_10.bat

+ 0 - 2
DittoSetup/Build Portable ZIP_10.bat

@@ -14,7 +14,6 @@ MkDir Ditto\Addins
 if "%2" == "bit64" goto bit64
 
 copy ..\Release\Ditto.exe Ditto\Ditto.exe
-copy ..\Release\focus.dll Ditto\focus.dll
 copy ..\Release\Addins\*.dll Ditto\Addins\
 copy mfc-crt_10\* Ditto\
 
@@ -23,7 +22,6 @@ if "%2"=="bit32" GOTO skipBit64
 :bit64
 
 copy ..\Release64\Ditto.exe Ditto\Ditto.exe
-copy ..\Release64\focus64.dll Ditto\focus64.dll
 copy ..\Release64\Addins\*.dll Ditto\Addins\
 copy mfc-crt64\* Ditto\