Changeset 2213 for trunk/src/kernel32/makefile
- Timestamp:
- Dec 27, 1999, 7:42:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r2129 r2213 1 # $Id: makefile,v 1.7 1 1999-12-18 21:45:55 sandervl Exp $1 # $Id: makefile,v 1.72 1999-12-27 18:42:25 sandervl Exp $ 2 2 3 3 # … … 44 44 atom.obj disk.obj directory.obj cvtbitmap.obj hmmmap.obj winfakepeldr.obj \ 45 45 cvtaccel.obj cvticon.obj cvticongrp.obj oslibexcept.obj cpu.obj process.obj \ 46 cvtcursor.obj cvtcursorgrp.obj stubs.obj interlock.obj toolhelp.obj 46 cvtcursor.obj cvtcursorgrp.obj stubs.obj interlock.obj toolhelp.obj codepage.obj 47 47 48 48 … … 400 400 cpuhlp.obj: cpuhlp.asm 401 401 environ.obj: environ.cpp $(PDWIN32_INCLUDE)\misc.h 402 codepage.obj: codepage.cpp oslibdos.h profile.h $(PDWIN32_INCLUDE)\codepage.h 402 403 403 404 clean:
Note:
See TracChangeset
for help on using the changeset viewer.