mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fixed makefile for building import libraries for the PSX subsystem DK.
svn path=/trunk/; revision=2830
This commit is contained in:
parent
2888319d30
commit
5a81c98a15
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.1 2001/12/15 11:04:26 ea Exp $
|
||||
# $Id: Makefile,v 1.2 2002/04/07 14:21:13 ea Exp $
|
||||
#
|
||||
# PROJECT : ReactOS Operating System
|
||||
# FILE : reactos/dk/w32/Makefile
|
||||
|
@ -31,17 +31,17 @@ all: $(MODULES)
|
|||
|
||||
# --- CORE ---
|
||||
|
||||
$(TARGET_FOLDER_LIB)/psxdll.a: $(PATH_TO_TOP)/subsys/psx/lib/psxdll/misc/psxdll.def
|
||||
$(TARGET_FOLDER_LIB)/psxdll.a: $(PATH_TO_TOP)/subsys/psx/lib/psxdll/psxdll.def
|
||||
$(DLLTOOL) \
|
||||
$(DTFLAGS)\
|
||||
-D psxdll.dll\
|
||||
-d $(PATH_TO_TOP)/subsys/psx/lib/psxdll/misc/psxdll.def
|
||||
-d $<
|
||||
|
||||
$(TARGET_FOLDER_LIB)/psxx.a: $(PATH_TO_TOP)/subsys/psx/lib/psxx/misc/psxx.def
|
||||
$(DLLTOOL) \
|
||||
$(DTFLAGS)\
|
||||
-D psxx.dll\
|
||||
-d $(PATH_TO_TOP)/subsys/psx/lib/psxx/misc/psxx.def
|
||||
-d $<
|
||||
|
||||
# --- Service rules ---
|
||||
|
||||
|
|
Loading…
Reference in a new issue