Updated makefile.
This commit is contained in:
parent
38d1385417
commit
1fa750cef2
1 changed files with 2 additions and 1 deletions
3
makefile
3
makefile
|
@ -20,7 +20,8 @@ endif
|
|||
|
||||
# $(info $(OS))
|
||||
|
||||
GENIE?=../bx/tools/bin/$(OS)/genie $(GENIE_FLAGS)
|
||||
BX_DIR?=../bx
|
||||
GENIE?=$(BX_DIR)/tools/bin/$(OS)/genie
|
||||
|
||||
all:
|
||||
$(GENIE) --with-tools --with-shared-lib vs2008
|
||||
|
|
Reference in a new issue