mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
spell error
svn path=/trunk/; revision=12264
This commit is contained in:
parent
8e962ca524
commit
cd77453af5
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: baseaddress.cfg,v 1.28 2004/12/20 22:12:43 greatlrd Exp $
|
# $Id: baseaddress.cfg,v 1.29 2004/12/20 22:18:41 greatlrd Exp $
|
||||||
#
|
#
|
||||||
# Please try to keep this up2date. Please clean up
|
# Please try to keep this up2date. Please clean up
|
||||||
# after yourself.
|
# after yourself.
|
||||||
|
@ -9,7 +9,7 @@ TARGET_BASE_LIB_DINPUT8 =0x00400000
|
||||||
TARGET_BASE_LIB_DXDIAGN =0x00400000
|
TARGET_BASE_LIB_DXDIAGN =0x00400000
|
||||||
TARGET_BASE_LIB_NOTIFYHOOK =0x08000000
|
TARGET_BASE_LIB_NOTIFYHOOK =0x08000000
|
||||||
TARGET_BASE_LIB_SECURE32 =0x10000000
|
TARGET_BASE_LIB_SECURE32 =0x10000000
|
||||||
TARGET_BASE_LIB_DEVNUM =0x35680000
|
TARGET_BASE_LIB_DEVENUM =0x35680000
|
||||||
TARGET_BASE_LIB_DSOUND =0x50000000
|
TARGET_BASE_LIB_DSOUND =0x50000000
|
||||||
TARGET_BASE_LIB_GLU32 =0x50000000
|
TARGET_BASE_LIB_GLU32 =0x50000000
|
||||||
TARGET_BASE_LIB_OPENGL32 =0x50000000
|
TARGET_BASE_LIB_OPENGL32 =0x50000000
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile.ros-template,v 1.1 2004/12/20 22:09:31 greatlrd Exp $
|
# $Id: Makefile.ros-template,v 1.2 2004/12/20 22:16:18 greatlrd Exp $
|
||||||
|
|
||||||
TARGET_NAME = devenum
|
TARGET_NAME = devenum
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ TARGET_CFLAGS = @EXTRADEFS@ -DNONAMLESSUNION -D__REACTOS__
|
||||||
TARGET_SDKLIBS = wine.a @IMPORTS@ ole32.a wine_uuid.a ntdll.a dxguid.a strmiids.a
|
TARGET_SDKLIBS = wine.a @IMPORTS@ ole32.a wine_uuid.a ntdll.a dxguid.a strmiids.a
|
||||||
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_DEVNUM)
|
TARGET_BASE = $(TARGET_BASE_LIB_DEVENUM)
|
||||||
|
|
||||||
TARGET_RC_SRCS = @RC_SRCS@
|
TARGET_RC_SRCS = @RC_SRCS@
|
||||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
TARGET_RC_BINSRC = @RC_BINSRC@
|
||||||
|
|
Loading…
Reference in a new issue