Tell astro where to find estartab and here by defining SYS9 in CFLAGS.
(Better ideas welcome).
This commit is contained in:
parent
cd5bae7871
commit
52e7c45837
3 changed files with 6 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
||||||
o.out
|
o.out
|
||||||
|
o.astro
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#include <u.h>
|
#include <u.h>
|
||||||
#include <libc.h>
|
#include <libc.h>
|
||||||
|
|
||||||
#pragma varargck type "R" double
|
//#pragma varargck type "R" double
|
||||||
#pragma varargck type "D" double
|
//#pragma varargck type "D" double
|
||||||
|
|
||||||
typedef struct Obj1 Obj1;
|
typedef struct Obj1 Obj1;
|
||||||
typedef struct Obj2 Obj2;
|
typedef struct Obj2 Obj2;
|
||||||
|
|
|
||||||
|
|
@ -36,4 +36,7 @@ OFILES=\
|
||||||
HFILES=astro.h\
|
HFILES=astro.h\
|
||||||
|
|
||||||
SHORTLIB=bio 9
|
SHORTLIB=bio 9
|
||||||
|
|
||||||
|
CFLAGS= -DSYS9=\"$PLAN9\"
|
||||||
|
|
||||||
<$PLAN9/src/mkone
|
<$PLAN9/src/mkone
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue