mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
sync winmake
This commit is contained in:
parent
4df1631942
commit
52fe63f1d3
@ -1,12 +0,0 @@
|
|||||||
a = new ActiveXObject("scripting.filesystemobject")
|
|
||||||
fileinfo = "# This file is automatically generated\r\n"
|
|
||||||
|
|
||||||
for (b = new Enumerator(a.GetFolder(WScript.Arguments(0)).files); !b.atEnd(); b.moveNext())
|
|
||||||
{
|
|
||||||
if (b.item().Name.toUpperCase() != "_FILEINFORMATION.TXT")
|
|
||||||
{
|
|
||||||
fileinfo += "\r\n" + b.item().Name.toUpperCase() + "=Type(" + WScript.Arguments(1) + "),AuxType(" + WScript.Arguments(2) + "),Access(C3)"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
fileinfo += "\r\n" + "_FileInformation.txt=Type(" + WScript.Arguments(1) + "),AuxType(" + WScript.Arguments(2) + "),Access(C3)\r\n"
|
|
||||||
a.createtextfile(WScript.Arguments(0)+"\\_FileInformation.txt", 1).write(fileinfo)
|
|
@ -42,7 +42,6 @@ if "%2". equ "". (
|
|||||||
rem
|
rem
|
||||||
rem create _FileInformation.txt files for subdirectories
|
rem create _FileInformation.txt files for subdirectories
|
||||||
rem
|
rem
|
||||||
cscript /nologo bin\buildfileinfo.js res\ICONS "CA" "0000" >>build/log
|
|
||||||
1>nul copy /y src\prelaunch\_FileInformation.txt build\PRELAUNCH >>build/log
|
1>nul copy /y src\prelaunch\_FileInformation.txt build\PRELAUNCH >>build/log
|
||||||
rem
|
rem
|
||||||
rem add everything to the disk
|
rem add everything to the disk
|
||||||
|
Loading…
Reference in New Issue
Block a user