From bc0b161fc60f8339e31c0e4cfc1c34ad849b1f66 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 14 Oct 2010 11:45:51 -0400 Subject: [PATCH] STANDALONE_NFSD enabled --- build.vc10/daemon.vcxproj | 2 +- daemon/sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.vc10/daemon.vcxproj b/build.vc10/daemon.vcxproj index ad837f4..0b7552f 100644 --- a/build.vc10/daemon.vcxproj +++ b/build.vc10/daemon.vcxproj @@ -119,7 +119,7 @@ /Wall /wd4668 /wd4619 /wd4820 /wd4255 /wd4100 /wd4127 %(AdditionalOptions) Disabled ..\sys;..\xdr;..\dll;..\libtirpc\tirpc;%(AdditionalIncludeDirectories) - WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + WIN32_LEAN_AND_MEAN;STANDALONE_NFSD;%(PreprocessorDefinitions) true diff --git a/daemon/sources b/daemon/sources index 45dbd42..b862f3e 100644 --- a/daemon/sources +++ b/daemon/sources @@ -9,7 +9,7 @@ SOURCES=nfs41_daemon.c daemon_debug.c nfs41_ops.c nfs41_compound.c nfs41_xdr.c \ UMTYPE=console USE_LIBCMT=1 #USE_MSVCRT=1 -#C_DEFINES=-DSTANDALONE_NFSD #-- use this for non-service nfsd +C_DEFINES=-DSTANDALONE_NFSD #-- use this for non-service nfsd INCLUDES=..\sys;..\dll;..\libtirpc\tirpc TARGETLIBS=$(SDK_LIB_PATH)\ws2_32.lib $(SDK_LIB_PATH)\iphlpapi.lib \ ..\libtirpc\src\obj$(BUILD_ALT_DIR)\*\libtirpc.lib \