Changeset 2300 for trunk/src/kernel32/makefile
- Timestamp:
- Jan 2, 2000, 11:51:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r2298 r2300 1 # $Id: makefile,v 1.7 7 2000-01-02 22:09:01 sandervl Exp $1 # $Id: makefile,v 1.78 2000-01-02 22:51:11 sandervl Exp $ 2 2 3 3 # … … 240 240 $(PDWIN32_INCLUDE)\win32util.h 241 241 242 npipe.OBJ: \243 .\npipe.cpp \244 $(PDWIN32_INCLUDE)\misc.h245 246 242 unicode.OBJ: \ 247 243 .\unicode.cpp \ … … 418 414 debug.obj: debug.cpp oslibdebug.h 419 415 oslibdebug.obj: oslibdebug.cpp oslibdebug.h 416 npipe.obj: npipe.cpp oslibdos.h $(PDWIN32_INCLUDE)\misc.h 420 417 421 418 clean:
Note:
See TracChangeset
for help on using the changeset viewer.