Add GlideN64 ini files
This commit is contained in:
parent
e3ce2e915b
commit
65ce3f8a05
|
@ -74,6 +74,12 @@ sub CopyArtificat()
|
|||
end if
|
||||
end if
|
||||
|
||||
if Right(lcase(filename),4)=".ini" then
|
||||
if fso.FileExists(fullpath) then
|
||||
fso.CopyFile fullpath, plugindir&"\GFX\GLideN64\"&filename
|
||||
end if
|
||||
end if
|
||||
|
||||
if lcase(filename)="gliden64.dll" then
|
||||
if fso.FileExists(fullpath) then
|
||||
fso.CopyFile fullpath, plugindir&"\GFX\GLideN64\"&filename
|
||||
|
|
|
@ -40,6 +40,7 @@ md "%base_dir%\Bin\Package\Plugin%VSPlatform%\RSP"
|
|||
IF EXIST "%base_dir%\Plugin%VSPlatform%\GFX\GLideN64" (
|
||||
md "%base_dir%\Bin\Package\Plugin%VSPlatform%\GFX\GLideN64"
|
||||
copy "%base_dir%\Plugin%VSPlatform%\GFX\GLideN64\GLideN64.dll" "%base_dir%\Bin\Package\Plugin%VSPlatform%\GFX\GLideN64\GLideN64.dll"
|
||||
copy "%base_dir%\Plugin%VSPlatform%\GFX\GLideN64\*.ini" "%base_dir%\Bin\Package\Plugin%VSPlatform%\GFX\GLideN64"
|
||||
md "%base_dir%\Bin\Package\Plugin%VSPlatform%\GFX\GLideN64\translations"
|
||||
copy "%base_dir%\Plugin%VSPlatform%\GFX\GLideN64\translations\*.Lang" "%base_dir%\Bin\Package\Plugin%VSPlatform%\GFX\GLideN64\translations"
|
||||
)
|
||||
|
|
|
@ -11,3 +11,4 @@ Windows 2.4
|
|||
- New audio plugin
|
||||
- large address aware
|
||||
- Ability to change defaults
|
||||
- Add GlideN64
|
||||
|
|
Loading…
Reference in New Issue