Changeset 6918 for trunk/src/win32k


Ignore:
Timestamp:
Oct 1, 2001, 3:42:09 AM (24 years ago)
Author:
bird
Message:

Watcom: support to watcom+nmake.

Location:
trunk/src/win32k
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/utils/makefile

    r5086 r6918  
    1 # $Id: makefile,v 1.6 2001-02-10 11:11:48 bird Exp $
     1# $Id: makefile,v 1.7 2001-10-01 01:42:09 bird Exp $
    22
    33#
     
    4040#
    4141OBJS = \
    42 $(OBJDIR)\Win32kCC.obj 
     42$(OBJDIR)\Win32kCC.obj
    4343#$(OBJDIR)\api.obj \
    4444#$(OBJDIR)\locks.obj
     
    8383# Extra rules to build api.obj and locks.obj
    8484#
    85 !if "$(VAC3)" == "1" | "$(VAC36)" == "1"
     85!if "$(VAC3)" == "1" | "$(VAC36)" == "1" || "$(WAT)" == "1"
    8686$(OBJDIR)\api.obj: $(WIN32KAPI)\api.cpp
    87     $(CC) -c $(CXXFLAGS) $(CDEFINES) $(CINCLUDES) -Fo$(OBJDIR)\$(@B).obj $**
     87    $(CC) $(CXXFLAGS) $(CDEFINES) $(CINCLUDES) -Fo$(OBJDIR)\$(@B).obj $**
    8888
    8989$(OBJDIR)\locks.obj: $(WIN32KMISC)\locks.asm
  • trunk/src/win32k/win32k.tools.mk

    r5944 r6918  
    1 # $Id: win32k.tools.mk,v 1.10 2001-06-10 01:38:09 bird Exp $
     1# $Id: win32k.tools.mk,v 1.11 2001-10-01 01:42:09 bird Exp $
    22
    33#
     
    6767ILIB        = wlib /nobackup /nologo \
    6868
    69 !error "Compiler is not yet supported!"
     69#!error "Compiler is not yet supported!"
     70# need to get win32k.lib compiled...
     71DDKPATH=
     72TOOLKIT=
     73MSCPATH=
    7074!else
    7175#
Note: See TracChangeset for help on using the changeset viewer.