Changeset 2636 for trunk/src


Ignore:
Timestamp:
Feb 4, 2000, 6:17:56 PM (26 years ago)
Author:
cbratschi
Message:

fixed makefile

Location:
trunk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/Makefile

    r2628 r2636  
    1 # $Id: Makefile,v 1.59 2000-02-03 23:04:50 sandervl Exp $
     1# $Id: Makefile,v 1.60 2000-02-04 17:17:56 cbratschi Exp $
    22
    33#
     
    147147oslibres.obj:   oslibres.cpp oslibwin.h oslibres.h $(PDWIN32_INCLUDE)\winconst.h
    148148oslibdos.obj:   oslibdos.cpp oslibdos.h
    149 dc.obj:         dc.cpp win32wbase.h dc.h $(PDWIN32_INCLUDE)\dcdata.h
     149dc.obj:         dc.cpp win32wbase.h dc.h dcdata.h
    150150timer.obj:      timer.cpp win32wbase.h timer.h
    151 caret.obj:      caret.cpp win32wbase.h caret.h $(PDWIN32_INCLUDE)\dcdata.h
     151caret.obj:      caret.cpp win32wbase.h caret.h dcdata.h
    152152text.obj:       text.cpp
    153153
  • trunk/src/user32/win32wbase.cpp

    r2611 r2636  
    1 /* $Id: win32wbase.cpp,v 1.150 2000-02-03 17:13:01 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.151 2000-02-04 17:17:56 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    18481848}
    18491849//******************************************************************************
    1850 //******************************************************************************
    1851 //******************************************************************************
    18521850//TODO: Do this more efficiently
    18531851//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.