Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ease-ph
DeepLanguageUnderstanding
Physics Simulator
Commits
61876227
Verified
Commit
61876227
authored
Mar 10, 2020
by
Sebastian Höffner
Browse files
Adding log output to Make build.
parent
095c33f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
61876227
...
...
@@ -3,13 +3,13 @@ AsyncIO_VERSION=0.1.69
NUGET_DIRECTORY
=
NuGetPackages
UNITY
=
/Applications/Unity/Hub/Editor/2019.3.3f1/Unity.app/Contents/MacOS/Unity
UNITY_BATCH
:=
${UNITY}
-batchmode
-quit
-noUpm
-projectPath
$(CURDIR)
UNITY_BATCH
:=
${UNITY}
-batchmode
-quit
-noUpm
-logFile
-
-projectPath
$(CURDIR)
.PHONY
:
build
build
:
Build/physicssimulator.app
Build/physicssimulator.app
:
| Build
-
${UNITY_BATCH}
-buildOSX
64
Player
$@
-
${UNITY_BATCH}
-buildOSX
Universal
Player
$@
.PHONY
:
setup
setup
:
$(foreach P
,
AsyncIO NetMQ
,
Assets/Plugins/${P}.dll)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment