Changes for HP-UX

This commit is contained in:
Ralph Lange
2000-06-28 15:55:36 +00:00
parent e16b93f3f2
commit 4f4d35a1d8
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -4,5 +4,8 @@ int osiTimeTest (void);
int main (int argc, char **argv)
{
#ifdef HP_UX
_main();
#endif
return osiTimeTest ();
}