Changeset 2280 for trunk/src/kernel32/makefile
- Timestamp:
- Dec 31, 1999, 11:47:12 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/kernel32/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r2253 r2280 1 # $Id: makefile,v 1.7 5 1999-12-29 18:49:50sandervl Exp $1 # $Id: makefile,v 1.76 1999-12-31 10:47:11 sandervl Exp $ 2 2 3 3 # … … 47 47 atom.obj disk.obj directory.obj cvtbitmap.obj hmmmap.obj winfakepeldr.obj \ 48 48 cvtaccel.obj cvticon.obj cvticongrp.obj oslibexcept.obj cpu.obj process.obj \ 49 cvtcursor.obj cvtcursorgrp.obj stubs.obj interlock.obj toolhelp.obj codepage.obj 49 cvtcursor.obj cvtcursorgrp.obj stubs.obj interlock.obj toolhelp.obj codepage.obj \ 50 debug.obj oslibdebug.obj 50 51 51 52 … … 211 212 $(PDWIN32_INCLUDE)\wprocess.h \ 212 213 $(PDWIN32_INCLUDE)\win\thread.h \ 214 oslibdebug.h \ 213 215 console2.h \ 214 216 mmap.h \ … … 413 415 codepage.obj: codepage.cpp oslibdos.h profile.h $(PDWIN32_INCLUDE)\codepage.h 414 416 417 debug.obj: debug.cpp oslibdebug.h 418 oslibdebug.obj: oslibdebug.cpp oslibdebug.h 419 415 420 clean: 416 421 $(RM) *.OBJ *.LIB *.dll *.lrf *.res *.map *.pch kernelrsrc.asm
Note:
See TracChangeset
for help on using the changeset viewer.
