summaryrefslogtreecommitdiffstats
path: root/xml2cmp/source/finder/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'xml2cmp/source/finder/makefile.mk')
-rw-r--r--xml2cmp/source/finder/makefile.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/xml2cmp/source/finder/makefile.mk b/xml2cmp/source/finder/makefile.mk
index c850ec764fd0..928e2a89953e 100644
--- a/xml2cmp/source/finder/makefile.mk
+++ b/xml2cmp/source/finder/makefile.mk
@@ -30,6 +30,7 @@ PRJ=..$/..
PRJNAME=xml2cmp
TARGET=srvdepy
TARGETTYPE=CUI
+TARGETPLATFORM=BUILD
# --- Settings -----------------------------------------------------
@@ -37,15 +38,12 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
-
-
# --- Files --------------------------------------------------------
OBJFILES= \
$(OBJ)$/dependy.obj \
$(OBJ)$/dep_main.obj
-
# --- Targets ------------------------------------------------------
APP1TARGET= $(TARGET)
@@ -57,11 +55,7 @@ LIBSALCPPRT=$(0)
UWINAPILIB=$(0)
.ENDIF
-
APP1LIBS= $(LB)$/$(TARGET).lib $(LB)$/x2c_xcdl.lib $(LB)$/x2c_support.lib
APP1DEPN= $(LB)$/$(TARGET).lib $(LB)$/x2c_xcdl.lib $(LB)$/x2c_support.lib
-
.INCLUDE : target.mk
-
-