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.
28 lines
508 B
28 lines
508 B
!include ..\common.inc
|
|
|
|
#
|
|
# Turn off BSC generation as it upsets nmake in this dir
|
|
#
|
|
!if "$(MARSBUILD_BROWSE)" == "1"
|
|
!undef BROWSER_INFO
|
|
!undef BSCMAKE_FLAGS
|
|
!endif
|
|
|
|
PASS0_HEADERDIR = $(MARS_GEN)
|
|
PASS0_SOURCEDIR = $(MARS_GEN)
|
|
MIDL_UUIDDIR = $(MARS_UUID)
|
|
MIDL_TLBDIR = $(MARS_GEN)
|
|
|
|
TARGETPATH=obj
|
|
TARGETTYPE=NOTARGET
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
#
|
|
# NOTE: If you add an IDL file below, make sure to update the following files:
|
|
#
|
|
# ..\uuid\sources
|
|
#
|
|
|
|
SOURCES= \
|
|
marscore.idl
|