mirror of
https://github.com/wfjm/w11.git
synced 2026-02-14 20:16:24 +00:00
Makefile: drop boost includes and libs
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# $Id: Makefile 1063 2018-10-29 18:37:42Z mueller $
|
||||
# $Id: Makefile 1100 2019-01-02 10:56:47Z mueller $
|
||||
#
|
||||
# Revision History:
|
||||
# Date Rev Version Comment
|
||||
# 2019-01-02 1100 1.0.2 drop boost includes
|
||||
# 2013-02-01 479 1.0.1 correct so name; use checkpath_cpp.mk
|
||||
# 2013-01-27 478 1.0 Initial version
|
||||
#---
|
||||
@@ -16,7 +17,7 @@ SOMINV = 0
|
||||
#
|
||||
include ../checkpath_cpp.mk
|
||||
#
|
||||
INCLFLAGS = -I${RETROBASE}/tools/src -I${BOOSTINC}
|
||||
INCLFLAGS = -I${RETROBASE}/tools/src
|
||||
LDLIBS = -L${RETROBASE}/tools/lib -lrtools -lrlink
|
||||
#
|
||||
# Object files to be included
|
||||
|
||||
Reference in New Issue
Block a user