PR-URL: https://github.com/nodejs/node/pull/57683 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
14 lines
205 B
Plaintext
14 lines
205 B
Plaintext
defines =
|
|
includes = -I../../include
|
|
cflags =
|
|
cflags_c =
|
|
cflags_cc =
|
|
arflags =
|
|
|
|
build obj/test.test.o: cxx ../../test.cc
|
|
|
|
ldflags =
|
|
libs = -L../../mylib
|
|
build test: link obj/test.test.o
|
|
ld = $ldxx
|