Subversion Repositories gelsvn

Rev

Rev 273 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 273 Rev 284
Line 123... Line 123...
123
    File /r GEL\apps\VolumePolygonize
123
    File /r GEL\apps\VolumePolygonize
124
  ${EndIf}
124
  ${EndIf}
125
  
125
  
126
  ExecWait '"$INSTDIR\build_solution.bat" $INSTDIR' $0
126
  ExecWait '"$INSTDIR\build_solution.bat" $INSTDIR' $0
127
  ; DetailPrint "some program returned $0"
127
  ; DetailPrint "some program returned $0"
128
  RMDir /r $INSTDIR\makefiles
128
  ;RMDir /r $INSTDIR\makefiles
129
  Delete $INSTDIR\Makefile
129
  Delete $INSTDIR\Makefile
130
  Delete $INSTDIR\*.mwc
130
  ;Delete $INSTDIR\*.mwc
131
  Delete $INSTDIR\*.mpc
131
  ;Delete $INSTDIR\*.mpc
132
  Delete /REBOOTOK $INSTDIR\build_solutions.bat
132
  ;Delete /REBOOTOK $INSTDIR\build_solutions.bat
133
 
133
 
134
 
134
 
135
SectionEnd ; end the section
135
SectionEnd ; end the section
136
 
136
 
137
 
137