mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Add __REACTOS__ define
svn path=/trunk/; revision=7877
This commit is contained in:
parent
6e361ec59f
commit
49c7a9ae93
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# $Id: Makefile.ros-template,v 1.1 2004/01/02 19:49:45 gvg Exp $
|
||||
# $Id: Makefile.ros-template,v 1.2 2004/01/25 18:42:49 gvg Exp $
|
||||
|
||||
TARGET_NAME = shell32
|
||||
|
||||
TARGET_OBJECTS = @C_SRCS@
|
||||
|
||||
TARGET_CFLAGS = @EXTRADEFS@
|
||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
|
||||
|
||||
TARGET_SDKLIBS = libwine.a @IMPORTS@ wine_uuid.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue