mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Updating ProjectGenerator templates for 'make'.
This commit is contained in:
parent
9afd794913
commit
5d1653c701
5 changed files with 24 additions and 12 deletions
|
|
@ -3,6 +3,11 @@
|
|||
# copyright on the actual sources.
|
||||
# Copyright 2005 Jon Watte.
|
||||
|
||||
# This sets the option for how many instances of gcc we'll run at the
|
||||
# same time, one per CPU core in this case. This speeds up build time.
|
||||
# Adjust to your amount of cores.
|
||||
OPTIONS := --jobs=4
|
||||
|
||||
DEPS :=
|
||||
LIB_TARGETS :=
|
||||
LIB_TARGETS_DEBUG :=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue