Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2932064

Browse files
tim.sinaeve@gmail.comtim.sinaeve@gmail.com
tim.sinaeve@gmail.com
authored and
tim.sinaeve@gmail.com
committed
Added LogBroker to build.bat.
1 parentaddc88e commit2932064

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

‎build.bat‎

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
@echooff
2-
setproject=LogViewer
32
where rsvars.bat /q
43
if%errorlevel%neq0 (
54
echo Add the Embarcadero Studio bin folder to your system path.
65
echo e.g."c:\Program Files (x86)\Embarcadero\Studio\19.0\bin"
76
)else (
87
call rsvars
9-
ifexist .\Bin\Win32\%project%.exedel .\Bin\Win32\%project%.*
10-
::msbuild %project%.dproj /t:make /p:config=Release /p:platform=Win32
11-
msbuild%project%.dproj /t:make /p:config=Debug /p:platform=Win32
12-
::if exist .\Bin\Win64\%project%.exe del .\Bin\Win64\%project%.*
13-
::msbuild %project%.dproj /t:make /p:config=Debug /p:platform=Win64
14-
::msbuild %project%.dproj /t:make /p:config=Release /p:platform=Win64
15-
where upx.exe /q
16-
if%errorlevel%neq0 (
17-
echo upx not found
18-
)else (
19-
upx .\Bin\Win32\%project%.exe
20-
)
218
)
9+
setproject=LogViewer
10+
ifexist .\Bin\Win32\%project%.exedel .\Bin\Win32\%project%.*
11+
::msbuild %project%.dproj /t:make /p:config=Release /p:platform=Win32
12+
msbuild%project%.dproj /t:make /p:config=Debug /p:platform=Win32
13+
::if exist .\Bin\Win64\%project%.exe del .\Bin\Win64\%project%.*
14+
::msbuild %project%.dproj /t:make /p:config=Debug /p:platform=Win64
15+
::msbuild %project%.dproj /t:make /p:config=Release /p:platform=Win64
16+
setproject=LogBroker
17+
ifexist .\Bin\Win32\%project%.exedel .\Bin\Win32\%project%.*
18+
::msbuild %project%.dproj /t:make /p:config=Release /p:platform=Win32
19+
msbuild%project%.dproj /t:make /p:config=Debug /p:platform=Win32
20+
::if exist .\Bin\Win64\%project%.exe del .\Bin\Win64\%project%.*
21+
::msbuild %project%.dproj /t:make /p:config=Debug /p:platform=Win64
22+
::msbuild %project%.dproj /t:make /p:config=Release /p:platform=Win64
2223
pause

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp