移除 檔案
This commit is contained in:
parent
37f166ac6a
commit
713a0227f9
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
|||||||
DualScreenSetup.exe
|
DualScreenSetup.exe
|
||||||
Superstar.mdf
|
Superstar.mdf
|
||||||
Superstar_log.ldf
|
Superstar_log.ldf
|
||||||
|
.vs
|
||||||
|
build.bat
|
||||||
|
DualScreenKTVPlayStation.exe
|
Binary file not shown.
22
build.bat
22
build.bat
@ -1,22 +0,0 @@
|
|||||||
@echo off
|
|
||||||
setlocal enabledelayedexpansion
|
|
||||||
|
|
||||||
:: Initialize the references part of the command
|
|
||||||
set refs=
|
|
||||||
|
|
||||||
:: Read each line from the references file and append it to the refs variable
|
|
||||||
for /F "tokens=*" %%a in (references.txt) do (
|
|
||||||
set refs=!refs! /reference:%%a
|
|
||||||
)
|
|
||||||
|
|
||||||
:: Initialize the sources part of the command
|
|
||||||
set sources=
|
|
||||||
|
|
||||||
:: Recursively read each C# source file in the current directory and subdirectories
|
|
||||||
for /R %%f in (*.cs) do (
|
|
||||||
set sources=!sources! "%%f"
|
|
||||||
)
|
|
||||||
|
|
||||||
:: Now call the csc.exe compiler with the constructed command
|
|
||||||
csc.exe /out:C:\superstar\DualScreenKTVPlayStation.exe /win32icon:ksonglover.ico %refs% %sources%
|
|
||||||
endlocal
|
|
Reference in New Issue
Block a user