Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles

git-svn-id: svn://10.0.0.236/trunk@38031 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dveditz%netscape.com
1999-07-02 11:50:19 +00:00
parent 993b024ce1
commit 6c67b618a0
43 changed files with 141 additions and 129 deletions

View File

@@ -21,19 +21,14 @@ IGNORE_MANIFEST=1
MAKE_OBJ_TYPE = EXE
PROGRAM = .\$(OBJDIR)\htmlrobot.exe
MISCDEP= \
LLIBS= \
$(DIST)\lib\DebugRobot.lib \
$(DIST)\lib\xpcom.lib \
$(NULL)
MYLIBS= \
$(DIST)\lib\DebugRobot.lib \
$(DIST)\lib\xpcom.lib \
$(NULL)
WIN_LIBS= shell32.lib
LLIBS= $(MYLIBS) \
shell32.lib \
-SUBSYSTEM:CONSOLE
LLFLAGS=-SUBSYSTEM:CONSOLE
CPPSRCS= \
RobotMain.cpp \