mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
The dotted path setter should now work properly.
This commit is contained in:
@@ -172,12 +172,14 @@ runtest() {
|
||||
shift
|
||||
|
||||
buildlibrary lib$prog.a \
|
||||
-Idep/snowhouse/include \
|
||||
"$@"
|
||||
|
||||
buildprogram $OBJDIR/$prog \
|
||||
lib$prog.a \
|
||||
libbackend.a \
|
||||
libproto.a \
|
||||
libtestproto.a \
|
||||
libagg.a \
|
||||
libfmt.a
|
||||
|
||||
@@ -334,6 +336,9 @@ buildsimpleprogram brother240tool \
|
||||
libemu.a \
|
||||
libfmt.a \
|
||||
|
||||
buildproto libtestproto.a \
|
||||
tests/testproto.proto \
|
||||
|
||||
runtest agg-test tests/agg.cc
|
||||
runtest amiga-test tests/amiga.cc
|
||||
runtest bitaccumulator-test tests/bitaccumulator.cc
|
||||
|
||||
Reference in New Issue
Block a user