Differences From Artifact [2356e68571]:
- File iup-test/Makefile — part of check-in [494eadce2e] at 2018-10-31 18:00:52 on branch v1.65 — Added some test file for iup matrix (user: ritikaag, size: 157) [annotate] [blame] [check-ins using] [more...]
To Artifact [a0f27c5501]:
- File iup-test/Makefile — part of check-in [723893d25c] at 2019-02-02 20:48:06 on branch v1.65-multi-db — Added first pass on nmsg transport (user: matt, size: 154) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 | LIBSRC = "PATH/chicken-4.10.0-patch" sample : sample.c gcc -I$(LIBSRC)/include/ -L$(LIBSRC)/lib -L$(LIBSRC)/lib64 -liup -liupimglib -o sample sample.c |