Closed
Bug 28807
Opened 25 years ago
Closed 25 years ago
mozilla/webshell/tests/viewer doesn't link for Windows
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: jay.krell, Assigned: leaf)
Details
unresolved externals in mozilla/webshell/tests/viewer doesn't link for Windows:
IID_IUnknown
IID_IDropTarget
fix: link with uuid.lib
I also normalized the spaces
? mypatch.diff
Index: makefile.win
===================================================================
RCS file: /cvsroot/mozilla/webshell/tests/viewer/makefile.win,v
retrieving revision 3.87
diff -u -r3.87 makefile.win
--- makefile.win 2000/02/09 19:28:16 3.87
+++ makefile.win 2000/02/22 14:55:59
@@ -108,10 +108,11 @@
$(NULL)
WIN_LIBS= \
- shell32.lib \
- ole32.lib \
- imm32.lib \
- comdlg32.lib
+ shell32.lib \
+ ole32.lib \
+ imm32.lib \
+ uuid.lib \
+ comdlg32.lib
LLFLAGS=-SUBSYSTEM:CONSOLE
changed component to "build config" having looked at the list of components a
little better
Assignee: rickg → cls
Component: Viewer App → Build Config
QA Contact: rickg → cyeh
Comment 3•25 years ago
|
||
Marking WORKSFORME as I refuse to believe a problem like this could persist for a
month and a half. jay.krell@cornell.edu - if you are still seeing this problem,
please ask for this bug to be reopened :-)
Gerv
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 4•24 years ago
|
||
Verified
Platform: PC
OS: Windows 98
Mozilla Build: 2000101020 M18 Trunk Build
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•