Fixed NetWare build issues.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@587 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-06-20 15:09:42 +00:00
parent b6a7ffc76d
commit 44f3c67458
5 changed files with 8 additions and 0 deletions

View File

@@ -1105,6 +1105,8 @@ ifdef netware_target
ifdef netware_ring_0_target
ccdefs += FLM_RING_ZERO_NLM
else
ccdefs += FLM_LIBC_NLM
endif
ccflags += /ez /6s /w4 /za /zp1 /zq /zm /s /ei /of+ /we /bt=NETWARE

BIN
flaim/nlm.xdc Normal file

Binary file not shown.

View File

@@ -1066,6 +1066,8 @@ ifdef netware_target
ifdef netware_ring_0_target
ccdefs += FLM_RING_ZERO_NLM
else
ccdefs += FLM_LIBC_NLM
endif
ccflags += /ez /6s /w4 /za /zp1 /zq /zm /s /ei /of+ /we /bt=NETWARE

View File

@@ -3979,6 +3979,7 @@ extern "C" void * f_nlmMainStub(
/********************************************************************
Desc: Signals the f_nlmEntryPoint thread to release the console.
*********************************************************************/
#if defined( FLM_RING_ZERO_NLM)
void SynchronizeStart( void)
{
if (gv_lFlmSyncSem)
@@ -3986,6 +3987,7 @@ void SynchronizeStart( void)
(void)kSemaphoreSignal( gv_lFlmSyncSem);
}
}
#endif
/********************************************************************
Desc: Startup routine for the NLM.

View File

@@ -1137,6 +1137,8 @@ ifdef netware_target
ifdef netware_ring_0_target
ccdefs += FLM_RING_ZERO_NLM
else
ccdefs += FLM_LIBC_NLM
endif
ccflags += /ez /6s /w4 /za /zp1 /zq /zm /s /ei /of+ /we /bt=NETWARE