-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.bat
More file actions
42 lines (28 loc) · 1.75 KB
/
build.bat
File metadata and controls
42 lines (28 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
taskkill /F /IM Application-x64-profile.exe
del /S bin\WinData\*.pkm
rmdir /s /q FXFlatLand\bin
rmdir /s /q FXFlatLand\Build
bin\x64\Tools-x64.exe /build FXFlatLand.rsc /pathres ../FXFlatLand /pathdat ../FXFlatLand/bin
bin\x64\Tools-x64.exe /mod Package.rsc:FXFlatLand /pathres ../FXFlatLand /pathdat ../FXFlatLand/bin
rmdir /s /q FXLivestockDeer\bin
rmdir /s /q FXLivestockDeer\Build
bin\x64\Tools-x64.exe /build FXLivestockDeerResources.rsc /pathres ../FXLivestockDeer /pathdat ../FXLivestockDeer/bin
bin\x64\Tools-x64.exe /mod Package.rsc:FXLivestockDeer /pathres ../FXLivestockDeer /pathdat ../FXLivestockDeer/bin
rmdir /s /q FXMinesQuarry\bin
rmdir /s /q FXMinesQuarry\Build
bin\x64\Tools-x64.exe /build FXMinesQuarryResources.rsc /pathres ../FXMinesQuarry /pathdat ../FXMinesQuarry/bin
bin\x64\Tools-x64.exe /mod Package.rsc:FXMinesQuarry /pathres ../FXMinesQuarry /pathdat ../FXMinesQuarry/bin
rmdir /s /q FXPlus\bin
rmdir /s /q FXPlus\Build
bin\x64\Tools-x64.exe /build FXPlus.rsc /pathres ../FXPlus /pathdat ../FXPlus/bin
bin\x64\Tools-x64.exe /mod Package.rsc:FXPlus /pathres ../FXPlus /pathdat ../FXPlus/bin
rmdir /s /q FXStartCondition\bin
rmdir /s /q FXStartCondition\Build
bin\x64\Tools-x64.exe /build FXStartCondition.rsc /pathres ../FXStartCondition /pathdat ../FXStartCondition/bin
bin\x64\Tools-x64.exe /mod Package.rsc:FXStartCondition /pathres ../FXStartCondition /pathdat ../FXStartCondition/bin
rmdir /s /q FXAllTradingPost\bin
rmdir /s /q FXAllTradingPost\Build
bin\x64\Tools-x64.exe /build FXAllTradingPostResources.rsc /pathres ../FXAllTradingPost /pathdat ../FXAllTradingPost/bin
bin\x64\Tools-x64.exe /mod Package.rsc:FXAllTradingPost /pathres ../FXAllTradingPost /pathdat ../FXAllTradingPost/bin
@REM bin\x64\Application-x64-profile.exe /onlypkg
exit