spell error

svn path=/trunk/; revision=12264
This commit is contained in:
Magnus Olsen 2004-12-20 22:18:41 +00:00
parent 8e962ca524
commit cd77453af5
2 changed files with 4 additions and 4 deletions

View file

@ -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
# after yourself.
@ -9,7 +9,7 @@ TARGET_BASE_LIB_DINPUT8 =0x00400000
TARGET_BASE_LIB_DXDIAGN =0x00400000
TARGET_BASE_LIB_NOTIFYHOOK =0x08000000
TARGET_BASE_LIB_SECURE32 =0x10000000
TARGET_BASE_LIB_DEVNUM =0x35680000
TARGET_BASE_LIB_DEVENUM =0x35680000
TARGET_BASE_LIB_DSOUND =0x50000000
TARGET_BASE_LIB_GLU32 =0x50000000
TARGET_BASE_LIB_OPENGL32 =0x50000000

View file

@ -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
@ -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_BASE = $(TARGET_BASE_LIB_DEVNUM)
TARGET_BASE = $(TARGET_BASE_LIB_DEVENUM)
TARGET_RC_SRCS = @RC_SRCS@
TARGET_RC_BINSRC = @RC_BINSRC@