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:
@@ -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
BIN
flaim/nlm.xdc
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user