don't slow down building process with myspell copy
This commit is contained in:
		
							parent
							
								
									c94ced1570
								
							
						
					
					
						commit
						4ed94a08ff
					
				
					 3 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,4 +1,9 @@
 | 
				
			||||||
@echo off
 | 
					@echo off
 | 
				
			||||||
 | 
					set DEPS_ROOT=..\dep-x86
 | 
				
			||||||
 | 
					set XCHAT_DEST=..\tmp-spell
 | 
				
			||||||
 | 
					rmdir /q /s %XCHAT_DEST%
 | 
				
			||||||
 | 
					mkdir %XCHAT_DEST%
 | 
				
			||||||
 | 
					xcopy /q /s /i %DEPS_ROOT%\myspell %XCHAT_DEST%\share\myspell
 | 
				
			||||||
echo [Setup] > xchat-wdk-spell.iss
 | 
					echo [Setup] > xchat-wdk-spell.iss
 | 
				
			||||||
echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk-spell.iss
 | 
					echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk-spell.iss
 | 
				
			||||||
echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk-spell.iss
 | 
					echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk-spell.iss
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -57,4 +57,3 @@ copy ..\plugins\winamp\xcwinamp.dll %XCHAT_DEST%\plugins
 | 
				
			||||||
copy %DEPS_ROOT%\bin\lua51.dll %XCHAT_DEST%
 | 
					copy %DEPS_ROOT%\bin\lua51.dll %XCHAT_DEST%
 | 
				
			||||||
xcopy /q /s /i ..\po\locale %XCHAT_DEST%\locale
 | 
					xcopy /q /s /i ..\po\locale %XCHAT_DEST%\locale
 | 
				
			||||||
xcopy /q /s /i %DEPS_ROOT%\share\locale %XCHAT_DEST%\share\locale
 | 
					xcopy /q /s /i %DEPS_ROOT%\share\locale %XCHAT_DEST%\share\locale
 | 
				
			||||||
xcopy /q /s /i ..\dep-x86\myspell %XCHAT_DEST%\share\myspell
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -15,7 +15,7 @@ DefaultDirName={pf}\XChat-WDK
 | 
				
			||||||
DefaultGroupName=XChat-WDK
 | 
					DefaultGroupName=XChat-WDK
 | 
				
			||||||
DisableProgramGroupPage=yes
 | 
					DisableProgramGroupPage=yes
 | 
				
			||||||
SolidCompression=yes
 | 
					SolidCompression=yes
 | 
				
			||||||
SourceDir=..\tmp
 | 
					SourceDir=..\tmp-spell
 | 
				
			||||||
OutputDir=..\build
 | 
					OutputDir=..\build
 | 
				
			||||||
FlatComponentsList=no
 | 
					FlatComponentsList=no
 | 
				
			||||||
PrivilegesRequired=none
 | 
					PrivilegesRequired=none
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue