프로젝트

일반

사용자정보

개정판 9f56088c

ID9f56088c7a857c62430f4f2bb133a3da3f310199
상위 30878507
하위 ffa5dbc7

김태성이(가) 약 4년 전에 추가함

난독화 추가

Change-Id: Ia19e258cd4b4a6ec585d3d20dbce63e3e37b9280

차이점 보기:

obfuscarBuild.Bat
1 1
@ECHO OFF 
2 2
SETLOCAL
3 3

  
4
FOR /R .\packages %%G IN (Obfuscar.Console.exe) DO ( 
4
SET packagesPath=%1packages
5
echo "package Path : %packagesPath%"
6

  
7
FOR /R %packagesPath% %%G IN (Obfuscar.Console.exe) DO ( 
5 8
 IF EXIST %%G ( 
6 9
  SET TOOLPATH=%%G 
7 10
  GOTO FOUND 
8 11
  ) 
9 12
) 
10 13

  
14

  
11 15
IF '%TOOLPATH%'=='' GOTO NOTFOUND 
12 16

  
13 17
:FOUND 
14 18

  
15
set targetPath=%1
19
ECHO "TOOLPATH : %TOOLPATH%"
20

  
21
set targetPath=%2
16 22

  
17 23
set targetPath=%targetPath:~0,-1%
18
echo %targetPath%
24
echo "targetPath : %targetPath%"
25

  
19 26
cd %targetPath%
20 27

  
21
echo %*
22
%TOOLPATH% -s %2
28
%TOOLPATH% -s %3
23 29
GOTO :EOF 
24 30

  
25 31
:NOTFOUND 

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)