diff options
author | wtc%netscape.com <devnull@localhost> | 1999-03-02 00:58:34 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 1999-03-02 00:58:34 +0000 |
commit | 45c8684d940dfeab4891550f8d0662b49547701b (patch) | |
tree | 14146e0b29d229d37a195165754924fc61cd1016 /config/rules.mk | |
parent | c5742d6455413019013f14c201c6994fa6643669 (diff) | |
download | nspr-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.mk | 4 |
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 |