Subversion Repositories gelsvn

Rev

Rev 240 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 240 Rev 241
Line 35... Line 35...
35
Section ""
35
Section ""
36
 
36
 
37
  # Get flags of first section (which is index #0) into register $0
37
  # Get flags of first section (which is index #0) into register $0
38
  SectionGetFlags ${Externals} $0
38
  SectionGetFlags ${Externals} $0
39
  
39
  
40
# Get flags of second section (which is index #1) into register $1
40
  # Get flags of second section (which is index #1) into register $1
41
  SectionGetFlags ${GEL} $1
41
  SectionGetFlags ${GEL} $1
42
  
42
  
43
  MessageBox MB_OK "Externals: $0 $\r$\n GEL: $1 $\r$\n "
43
  ;MessageBox MB_OK "Externals: $0 $\r$\n GEL: $1 $\r$\n "
44
 
44
 
45
  ${If} $0 = 1
45
  ${If} $0 = 1
46
    SetOutPath $INSTDIR\bin
46
    SetOutPath $INSTDIR\bin
47
    File externals\bin\*.dll 
47
    File externals\bin\*.dll 
48
   
48