mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
935 B
39 lines
935 B
!IF "$(NTDEBUG)" != "ntsd"
|
|
CXXCPP_OPTIONS=-DDBG=0
|
|
!else
|
|
CXXCPP_OPTIONS=-DDBG=1
|
|
DEBUG_DEFINES=-DLDEBUG
|
|
MSC_OPTIMIZATION=/Od
|
|
!endif
|
|
|
|
MAJORCOMP= cairole
|
|
MINORCOMP= dcom95
|
|
|
|
|
|
#
|
|
# The following includes a global include file defined at the
|
|
# base of the project for all components
|
|
#
|
|
|
|
OLEDIR= $(_NTDRIVE)\nt\private\ole32
|
|
|
|
!include $(OLEDIR)\daytona.inc
|
|
|
|
INCLUDES= ..; \
|
|
..\..; \
|
|
..\..\dcom95; \
|
|
$(_NTDRIVE)\nt\private\ole32\ih; \
|
|
$(_NTDRIVE)\nt\private\ole32\com\inc; \
|
|
$(_NTDRIVE)\nt\private\ole32\common\daytona; \
|
|
$(_NTDRIVE)\nt\private\ole32\stg\h; \
|
|
$(_NTDRIVE)\nt\private\dcomidl\obj; \
|
|
$(_NTDRIVE)\nt\private\ole32\stg\exp; \
|
|
$(_NTDRIVE)\nt\private\ole32\com\dcomrem; \
|
|
$(_NTDRIVE)\nt\private\ole32\dcomss
|
|
|
|
C_DEFINES= \
|
|
$(C_DEFINES) \
|
|
-D_REMOTE_OR_ \
|
|
-DSHRMEM_OBJEX
|
|
|
|
PRECOMPILED_INCLUDE= ..\..\or.hxx
|