소스 검색

Fixed ILMerge script

Tal Aloni 3 년 전
부모
커밋
661d548275
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ISCSIConsole/ILMerge/ILMerge.bat

+ 1 - 1
ISCSIConsole/ILMerge/ILMerge.bat

@@ -8,4 +8,4 @@ if %TargetFramework%==net472 set TargetPlaform=4.0
 set binaryPath=%CD%\..\bin\Release\%TargetFramework%
 set outputPath=%CD%\..\bin\ILMerge\%TargetFramework%
 IF NOT EXIST "%outputPath%" MKDIR "%outputPath%"
-%ilmergePath%\ilmerge /targetplatform=%TargetPlaform% /ndebug /target:winexe /out:"%outputPath%\ISCSIConsole.exe" "%binaryPath%\ISCSIConsole.exe" "%binaryPath%\DiskAccessLibrary.FileSystems.Abstractions.dll" "%binaryPath%\DiskAccessLibrary.dll" "%binaryPath%\DiskAccessLibrary.Win32.dll" "%binaryPath%\ISCSI.dll"
+%ilmergePath%\ilmerge /targetplatform=%TargetPlaform% /ndebug /target:winexe /out:"%outputPath%\ISCSIConsole.exe" "%binaryPath%\ISCSIConsole.exe" "%binaryPath%\Utilities.dll" "%binaryPath%\DiskAccessLibrary.FileSystems.Abstractions.dll" "%binaryPath%\DiskAccessLibrary.dll" "%binaryPath%\DiskAccessLibrary.Win32.dll" "%binaryPath%\ISCSI.dll"