summaryrefslogtreecommitdiff
path: root/config/rules.mk
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-03-02 00:58:34 +0000
committerwtc%netscape.com <devnull@localhost>1999-03-02 00:58:34 +0000
commit45c8684d940dfeab4891550f8d0662b49547701b (patch)
tree14146e0b29d229d37a195165754924fc61cd1016 /config/rules.mk
parentc5742d6455413019013f14c201c6994fa6643669 (diff)
downloadnspr-hg-45c8684d940dfeab4891550f8d0662b49547701b.tar.gz
Another update from the internal CVS repository /m/src to mozilla.org.
Diffstat (limited to 'config/rules.mk')
-rw-r--r--config/rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/rules.mk b/config/rules.mk
index 1c95360d..fed8e8fb 100644
--- a/config/rules.mk
+++ b/config/rules.mk
@@ -321,8 +321,12 @@ $(RES): $(RESNAME)
ifeq ($(OS_TARGET),OS2)
$(RC) -DOS2 -r $(RESNAME) $(RES)
else
+ifeq ($(OS_TARGET),WINNT)
+ $(RC) -dWINNT -Fo$(RES) $(RESNAME)
+else
$(RC) -Fo$(RES) $(RESNAME)
endif
+endif
@echo $(RES) finished
endif