mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Put back -D__REACTOS__ for now
svn path=/trunk/; revision=11371
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# $Id: Makefile.ros-template,v 1.8 2004/10/20 16:20:22 gvg Exp $
|
||||
# $Id: Makefile.ros-template,v 1.9 2004/10/21 12:02:18 gvg Exp $
|
||||
|
||||
TARGET_NAME = shlwapi
|
||||
|
||||
TARGET_OBJECTS = @C_SRCS@
|
||||
|
||||
TARGET_CFLAGS = -DWINSHLWAPI= @EXTRADEFS@
|
||||
TARGET_CFLAGS = -DWINSHLWAPI= -D__REACTOS__ @EXTRADEFS@
|
||||
|
||||
# FIXME: we don't do delayed imports yet so oleaut32.a is listed explicitly
|
||||
# NOTE: msvcrt.a must be listed before ntdll.a, because sprintf that is
|
||||
|
||||
Reference in New Issue
Block a user