Updating ProjectGenerator templates for 'make'.

This commit is contained in:
bank 2012-09-23 13:43:00 +04:00 committed by bank
parent 9afd794913
commit 5d1653c701
5 changed files with 24 additions and 12 deletions

View file

@ -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 :=