You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
227 B
7 lines
227 B
@echo off
|
|
echo Generating internal.exe...
|
|
copy ..\..\newfix.exe fixmapi.exe
|
|
copy ..\..\newstub.dll mapistub.dll
|
|
start /w /min iexpress /m /n internal.sed
|
|
if exist ..\internal.exe del ..\internal.exe
|
|
move internal.exe ..
|