Changes for HP-UX
This commit is contained in:
@@ -4,6 +4,8 @@ include $(TOP)/configure/CONFIG
|
||||
|
||||
PROD_LIBS += Com
|
||||
|
||||
USR_LIBS_hpux += cma
|
||||
|
||||
timerTestHost_SRCS += timerTestMain.c timerTest.c
|
||||
PROD += timerTestHost
|
||||
OBJS_IOC += timerTest
|
||||
|
||||
@@ -4,5 +4,8 @@ int osiTimeTest (void);
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
#ifdef HP_UX
|
||||
_main();
|
||||
#endif
|
||||
return osiTimeTest ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user