Browse Source

Pull svrcore from sbsintegration

Nathan Kinder 21 years ago
parent
commit
155fe7dba0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      components.mk

+ 2 - 1
components.mk

@@ -375,7 +375,8 @@ SVRCORE_INCDIR = $(SVRCORE_BUILD_DIR)/include
 SVRCORE_INCLUDE = -I$(SVRCORE_INCDIR)
 #SVRCORE_LIBNAMES = svrplcy svrcore
 SVRCORE_LIBNAMES = svrcore
-SVRCORE_IMPORT = $(COMPONENTS_DIR)/svrcore/$(SVRCORE_RELDATE)/$(NSOBJDIR_NAME)
+#SVRCORE_IMPORT = $(COMPONENTS_DIR)/svrcore/$(SVRCORE_RELDATE)/$(NSOBJDIR_NAME)
+SVRCORE_IMPORT = $(COMPONENTS_DIR_DEV)/svrcore/$(SVRCORE_RELDATE)/$(NSOBJDIR_NAME)
 
 ifeq ($(ARCH), WINNT)
   SVRCOREOBJNAME = $(addsuffix .lib, $(SVRCORE_LIBNAMES))