]>
Commit | Line | Data |
---|---|---|
d49d4c81 A |
1 | Project = netinfo |
2 | ProductType = staticlib | |
3 | Install_Dir = /scratch | |
4 | BuildDebug = YES | |
5 | BuildProfile = YES | |
03fb6eb0 | 6 | |
b3dd680f | 7 | CFILES = ni_stub.c |
03fb6eb0 | 8 | |
d49d4c81 A |
9 | Extra_CC_Flags = -Wall -fno-common \ |
10 | -D__DARWIN_NON_CANCELABLE=1 | |
03fb6eb0 | 11 | |
d49d4c81 | 12 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |