summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nsconfig.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/nsconfig.mk b/nsconfig.mk
index 3035c3c9..997d8e64 100644
--- a/nsconfig.mk
+++ b/nsconfig.mk
@@ -1270,12 +1270,9 @@ include $(BUILD_ROOT)/nscore.mk
FVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
FVERSION_FLAGS=-v$(FVERSION)
-$(BUILD_ROOT)/fversion.exe: $(BUILD_ROOT)/dategen/fversion.c
- cl $< user32.lib -link -out:$@
-
ifeq ($(ARCH), WINNT)
-$(OBJDEST)/%.res: %.rc $(BUILD_ROOT)/fversion.exe
- $(RC) $(shell $(BUILD_ROOT)/fversion.exe $(FVERSION_FLAGS)) -Fo$@ $*.rc
+$(OBJDEST)/%.res: %.rc
+ $(RC) -I$(DIRVERDIR) -Fo$@ $*.rc
endif
ifdef USE_LINT