- Timestamp:
- Mar 17, 2000, 6:38:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/lib/makefile
r2916 r3146 1 1 ############################################################################## 2 # $Id: makefile,v 1. 2 2000-02-26 20:20:46bird Exp $2 # $Id: makefile,v 1.3 2000-03-17 17:38:27 bird Exp $ 3 3 # 4 4 # PD-Win32 API … … 88 88 $(DEPEND) -obj$(OBJEXT) -o$(WIN32KOBJ) $(CINCLUDES) $(WIN32KBASE)\include\*.h 89 89 90 !ifndef NODEP 91 !include .depend 90 !if [$(EXISTS) .depend] == 0 91 ! include .depend 92 !else 93 ! if [$(ECHO) .depend doesn't exist] 94 ! endif 92 95 !endif 93 96
Note:
See TracChangeset
for help on using the changeset viewer.