summaryrefslogtreecommitdiff
path: root/MSVC_NMake/build-rules-msvc.mak
diff options
context:
space:
mode:
Diffstat (limited to 'MSVC_NMake/build-rules-msvc.mak')
-rw-r--r--MSVC_NMake/build-rules-msvc.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/MSVC_NMake/build-rules-msvc.mak b/MSVC_NMake/build-rules-msvc.mak
index 47d385d..6097d07 100644
--- a/MSVC_NMake/build-rules-msvc.mak
+++ b/MSVC_NMake/build-rules-msvc.mak
@@ -31,6 +31,9 @@ $(LIBSIGC_LIB): $(LIBSIGC_DLL)
{.}.rc{$(CFG)\$(PLAT)\libsigcpp\}.res:
rc /fo$@ $<
+{..\untracked\MSVC_NMake\}.rc{$(CFG)\$(PLAT)\libsigcpp\}.res:
+ rc /fo$@ $<
+
# Rules for linking DLLs
# Format is as follows (the mt command is needed for MSVC 2005/2008 builds):
# $(dll_name_with_path): $(dependent_libs_files_objects_and_items)