mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
janitory work
svn path=/trunk/; revision=13059
This commit is contained in:
parent
96bc14a162
commit
c0aceb10d9
3 changed files with 1 additions and 4 deletions
|
@ -19,10 +19,7 @@ TARGET_BASE = $(TARGET_BASE_LIB_PSAPI)
|
|||
|
||||
TARGET_PCH = precomp.h
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
misc/dllmain.o \
|
||||
misc/malloc.o \
|
||||
misc/win32.o
|
||||
TARGET_OBJECTS = misc/dllmain.o malloc.o win32.o
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue