Skip to content

Commit 2cd73e4

Browse files
committed
Set current target platforms (Windows, Linux, Mac)
1 parent 696ffe1 commit 2cd73e4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Config/DefaultEngine.ini

+3-2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ MediumFontName=/Game/EmptierThanVoid/Core/Fonts/RobotoMono/Font_RobotoMono.Font_
106106
LargeFontName=/Game/EmptierThanVoid/Core/Fonts/RobotoMono/Font_RobotoMono.Font_RobotoMono
107107
TinyFontName=/Game/EmptierThanVoid/Core/Fonts/RobotoMono/Font_RobotoMono.Font_RobotoMono
108108

109+
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
110+
Compiler=VisualStudio2017
111+
109112
[/Script/Engine.PhysicsSettings]
110113
DefaultGravityZ=-980.000000
111114
DefaultTerminalVelocity=4000.000000
@@ -147,6 +150,4 @@ AsyncSceneSmoothingFactor=0.990000
147150
InitialAverageFrameRate=0.016667
148151
PhysXTreeRebuildRate=10
149152

150-
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
151-
Compiler=VisualStudio2017
152153

ETV.uproject

+6
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"Name": "SteamVR",
2626
"Enabled": false
2727
}
28+
],
29+
"TargetPlatforms": [
30+
"MacNoEditor",
31+
"WindowsNoEditor",
32+
"AllDesktop",
33+
"LinuxNoEditor"
2834
]
2935
}

0 commit comments

Comments
 (0)