Changeset 3059 for trunk/src/kernel32/makefile
- Timestamp:
- Mar 9, 2000, 8:03:23 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/kernel32/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r3036 r3059 1 # $Id: makefile,v 1. 89 2000-03-07 11:08:01 birdExp $1 # $Id: makefile,v 1.90 2000-03-09 19:03:19 sandervl Exp $ 2 2 3 3 # … … 117 117 $(OBJDIR)\dbglocal.obj \ 118 118 $(OBJDIR)\registry.obj \ 119 $(OBJDIR)\queue.obj \ 119 120 $(OBJDIR)\kernelrsrc.obj 120 121 … … 160 161 # Dep rule - makes depenencies for C, C++ and Asm files. 161 162 dep: 162 $(DEPEND) -I $(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \163 $(DEPEND) -I. -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \ 163 164 *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h 164 165
Note:
See TracChangeset
for help on using the changeset viewer.
