Changeset 2712 for trunk/src


Ignore:
Timestamp:
Feb 10, 2000, 12:47:06 AM (26 years ago)
Author:
bird
Message:

Dependencies (again).

Location:
trunk/src
Files:
44 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DPlayX/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.6 2000-02-09 23:40:41 bird Exp $
     1# $Id: makefile,v 1.7 2000-02-09 23:46:52 bird Exp $
    22
    33#
     
    5555dep:
    5656    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    57     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     57        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5858
    5959!ifndef NODEP
  • trunk/src/NTDLL/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.19 2000-02-09 23:40:41 bird Exp $
     1# $Id: makefile,v 1.20 2000-02-09 23:46:52 bird Exp $
    22
    33#
     
    6666dep:
    6767    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    68     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     68        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    6969
    7070!ifndef NODEP
  • trunk/src/advapi32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.20 2000-02-09 23:40:41 bird Exp $
     1# $Id: makefile,v 1.21 2000-02-09 23:46:52 bird Exp $
    22
    33#
     
    5252dep:
    5353    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    54     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     54        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5555
    5656!ifndef NODEP
  • trunk/src/avifil32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.6 2000-02-09 23:40:42 bird Exp $
     1# $Id: makefile,v 1.7 2000-02-09 23:46:53 bird Exp $
    22
    33#
     
    5151dep:
    5252    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    53     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     53        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5454
    5555!ifndef NODEP
  • trunk/src/capi2032/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.10 2000-02-09 23:40:42 bird Exp $
     1# $Id: makefile,v 1.11 2000-02-09 23:46:53 bird Exp $
    22
    33#
     
    5454dep:
    5555    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    56     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     56        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5757
    5858!ifndef NODEP
  • trunk/src/comctl32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.20 2000-02-09 23:40:42 bird Exp $
     1# $Id: makefile,v 1.21 2000-02-09 23:46:53 bird Exp $
    22#
    33# PD-Win32 API
     
    5757dep:
    5858    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    59     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     59        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    6060
    6161!ifndef NODEP
  • trunk/src/comdlg32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.14 2000-02-09 23:40:42 bird Exp $
     1# $Id: makefile,v 1.15 2000-02-09 23:46:53 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/crtdll/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.8 2000-02-09 23:40:43 bird Exp $
     1# $Id: makefile,v 1.9 2000-02-09 23:46:53 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/ddraw/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.21 2000-02-09 23:40:43 bird Exp $
     1# $Id: makefile,v 1.22 2000-02-09 23:46:54 bird Exp $
    22#
    33# ddraw.dll makefile
     
    6161dep:
    6262    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    63     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     63        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    6464
    6565!ifndef NODEP
  • trunk/src/dinput/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.4 2000-02-09 23:40:43 bird Exp $
     1# $Id: makefile,v 1.5 2000-02-09 23:46:54 bird Exp $
    22
    33#
     
    5454dep:
    5555    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    56     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     56        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5757
    5858!ifndef NODEP
  • trunk/src/dllentry/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.2 2000-02-09 23:40:44 bird Exp $
     1# $Id: makefile,v 1.3 2000-02-09 23:46:55 bird Exp $
    22
    33#
     
    3030dep:
    3131    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    32     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     32        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    3333
    3434!ifndef NODEP
  • trunk/src/dplay/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.5 2000-02-09 23:40:44 bird Exp $
     1# $Id: makefile,v 1.6 2000-02-09 23:46:55 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/dsound/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.15 2000-02-09 23:40:44 bird Exp $
     1# $Id: makefile,v 1.16 2000-02-09 23:46:55 bird Exp $
    22
    33#
     
    4949dep:
    5050    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    51     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     51        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5252
    5353!ifndef NODEP
  • trunk/src/gdi32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.20 2000-02-09 23:40:45 bird Exp $
     1# $Id: makefile,v 1.21 2000-02-09 23:46:56 bird Exp $
    22
    33#
     
    5555dep:
    5656    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    57     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     57        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5858
    5959!ifndef NODEP
  • trunk/src/imagehlp/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.7 2000-02-09 23:40:45 bird Exp $
     1# $Id: makefile,v 1.8 2000-02-09 23:46:56 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/imm32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.7 2000-02-09 23:40:45 bird Exp $
     1# $Id: makefile,v 1.8 2000-02-09 23:46:56 bird Exp $
    22
    33#
     
    5252dep:
    5353    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    54     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     54        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5555
    5656!ifndef NODEP
  • trunk/src/kernel32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.82 2000-02-09 23:40:46 bird Exp $
     1# $Id: makefile,v 1.83 2000-02-09 23:46:57 bird Exp $
    22
    33#
     
    106106dep:
    107107    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    108     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     108        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    109109
    110110!ifndef NODEP
  • trunk/src/lz32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.9 2000-02-09 23:40:46 bird Exp $
     1# $Id: makefile,v 1.10 2000-02-09 23:46:58 bird Exp $
    22
    33#
     
    5555dep:
    5656    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    57     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     57        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5858
    5959!ifndef NODEP
  • trunk/src/mpr/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.11 2000-02-09 23:40:46 bird Exp $
     1# $Id: makefile,v 1.12 2000-02-09 23:46:58 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/msacm32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.8 2000-02-09 23:40:47 bird Exp $
     1# $Id: makefile,v 1.9 2000-02-09 23:46:58 bird Exp $
    22
    33#
     
    5555dep:
    5656    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    57     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     57        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5858
    5959!ifndef NODEP
  • trunk/src/msvcrt/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.11 2000-02-09 23:40:47 bird Exp $
     1# $Id: makefile,v 1.12 2000-02-09 23:46:58 bird Exp $
    22
    33#
     
    9393dep:
    9494    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    95     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     95        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    9696
    9797!ifndef NODEP
  • trunk/src/msvfw32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.6 2000-02-09 23:40:47 bird Exp $
     1# $Id: makefile,v 1.7 2000-02-09 23:46:58 bird Exp $
    22
    33#
     
    5454dep:
    5555    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    56     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     56        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5757
    5858!ifndef NODEP
  • trunk/src/odincrt/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.15 2000-02-09 23:40:47 bird Exp $
     1# $Id: makefile,v 1.16 2000-02-09 23:46:59 bird Exp $
    22
    33#
     
    4646dep:
    4747    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    48     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     48        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    4949
    5050!ifndef NODEP
  • trunk/src/ole32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.18 2000-02-09 23:40:48 bird Exp $
     1# $Id: makefile,v 1.19 2000-02-09 23:46:59 bird Exp $
    22
    33#
     
    9797dep:
    9898    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    99     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     99        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    100100
    101101!ifndef NODEP
  • trunk/src/oleaut32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.15 2000-02-09 23:40:48 bird Exp $
     1# $Id: makefile,v 1.16 2000-02-09 23:46:59 bird Exp $
    22#
    33# PD-Win32 API
     
    7878dep:
    7979    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    80     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     80        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    8181
    8282!ifndef NODEP
  • trunk/src/olecli32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.7 2000-02-09 23:40:49 bird Exp $
     1# $Id: makefile,v 1.8 2000-02-09 23:47:00 bird Exp $
    22
    33#
     
    5252dep:
    5353    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    54     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     54        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5555
    5656!ifndef NODEP
  • trunk/src/oledlg/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.7 2000-02-09 23:40:49 bird Exp $
     1# $Id: makefile,v 1.8 2000-02-09 23:47:00 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/olesvr32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.7 2000-02-09 23:40:49 bird Exp $
     1# $Id: makefile,v 1.8 2000-02-09 23:47:00 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/opengl/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.6 2000-02-09 23:40:50 bird Exp $
     1# $Id: makefile,v 1.7 2000-02-09 23:47:01 bird Exp $
    22#
    33# PD-Win32 API
     
    9999dep:
    100100    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    101     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     101        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    102102    cd glut
    103103    $(MAKE_CMD) NODEP=1 dep
  • trunk/src/peldr/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.13 2000-02-09 23:40:52 bird Exp $
     1# $Id: makefile,v 1.14 2000-02-09 23:47:01 bird Exp $
    22
    33#
     
    3535dep:
    3636    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    37     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     37        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    3838
    3939!ifndef NODEP
  • trunk/src/psapi/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.6 2000-02-09 23:40:53 bird Exp $
     1# $Id: makefile,v 1.7 2000-02-09 23:47:01 bird Exp $
    22
    33#
     
    5252dep:
    5353    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    54     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     54        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5555
    5656!ifndef NODEP
  • trunk/src/rasapi32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.7 2000-02-09 23:40:53 bird Exp $
     1# $Id: makefile,v 1.8 2000-02-09 23:47:02 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/shell32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.20 2000-02-09 23:40:53 bird Exp $
     1# $Id: makefile,v 1.21 2000-02-09 23:47:02 bird Exp $
    22
    33#
     
    6262dep:
    6363    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    64     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     64        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    6565
    6666!ifndef NODEP
  • trunk/src/shlwapi/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.8 2000-02-09 23:40:53 bird Exp $
     1# $Id: makefile,v 1.9 2000-02-09 23:47:02 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/tapi32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.11 2000-02-09 23:40:53 bird Exp $
     1# $Id: makefile,v 1.12 2000-02-09 23:47:03 bird Exp $
    22
    33#
     
    5454dep:
    5555    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    56     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     56        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5757
    5858!ifndef NODEP
  • trunk/src/twain_32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.3 2000-02-09 23:40:54 bird Exp $
     1# $Id: makefile,v 1.4 2000-02-09 23:47:03 bird Exp $
    22
    33#
     
    5454dep:
    5555    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    56     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     56        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5757
    5858!ifndef NODEP
  • trunk/src/user32/Makefile

    r2709 r2712  
    1 # $Id: Makefile,v 1.63 2000-02-09 23:40:54 bird Exp $
     1# $Id: Makefile,v 1.64 2000-02-09 23:47:03 bird Exp $
    22
    33#
     
    9191dep:
    9292    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    93     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     93        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    9494
    9595!ifndef NODEP
  • trunk/src/version/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.11 2000-02-09 23:40:54 bird Exp $
     1# $Id: makefile,v 1.12 2000-02-09 23:47:04 bird Exp $
    22
    33#
     
    5656dep:
    5757    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    58     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     58        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5959
    6060!ifndef NODEP
  • trunk/src/wing32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.5 2000-02-09 23:40:55 bird Exp $
     1# $Id: makefile,v 1.6 2000-02-09 23:47:04 bird Exp $
    22
    33#
     
    5454dep:
    5555    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    56     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     56        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5757
    5858!ifndef NODEP
  • trunk/src/wininet/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.4 2000-02-09 23:40:55 bird Exp $
     1# $Id: makefile,v 1.5 2000-02-09 23:47:05 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/winmm/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.14 2000-02-09 23:40:55 bird Exp $
     1# $Id: makefile,v 1.15 2000-02-09 23:47:05 bird Exp $
    22
    33#
     
    6060dep:
    6161    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    62     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     62        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    6363
    6464!ifndef NODEP
  • trunk/src/winspool/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.11 2000-02-09 23:40:56 bird Exp $
     1# $Id: makefile,v 1.12 2000-02-09 23:47:05 bird Exp $
    22
    33#
     
    5454dep:
    5555    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    56     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     56        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5757
    5858!ifndef NODEP
  • trunk/src/wnaspi32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.6 2000-02-09 23:40:56 bird Exp $
     1# $Id: makefile,v 1.7 2000-02-09 23:47:06 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
  • trunk/src/wsock32/makefile

    r2709 r2712  
    1 # $Id: makefile,v 1.17 2000-02-09 23:40:56 bird Exp $
     1# $Id: makefile,v 1.18 2000-02-09 23:47:06 bird Exp $
    22
    33#
     
    5353dep:
    5454    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    55     *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
     55        *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h
    5656
    5757!ifndef NODEP
Note: See TracChangeset for help on using the changeset viewer.