summaryrefslogtreecommitdiff
path: root/cli_ure/source/climaker
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-08-17 23:00:00 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-17 23:08:50 +0300
commita50103a7028254a2113c2e21b31cc372dfc77570 (patch)
treeffe6d300a7e988cdc8ff269a0576418d7bdd2279 /cli_ure/source/climaker
parent94fb4e55c8f83442e79c99515b8cdf33997f56c4 (diff)
Bin stuff for compiler versions we don't use
Diffstat (limited to 'cli_ure/source/climaker')
-rw-r--r--cli_ure/source/climaker/makefile.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk
index b001a1545fae..3362c6a239af 100644
--- a/cli_ure/source/climaker/makefile.mk
+++ b/cli_ure/source/climaker/makefile.mk
@@ -80,11 +80,7 @@ CFLAGSCXX +=-AI$(BIN)
# When compiling for CLR, disable "warning C4339: use of undefined type detected
# in CLR meta-data - use of this type may lead to a runtime exception":
-.IF "$(COMEX)"=="10"
-CFLAGSCXX += -clr:noAssembly -wd4339
-.ELSE
CFLAGSCXX += -clr:oldSyntax -LN -wd4339 -wd4715
-.ENDIF
OBJFILES = \
$(OBJ)$/climaker_app.obj \
@@ -100,15 +96,11 @@ APP1STDLIBS = \
$(SALLIB) \
mscoree.lib
-.IF "$(CCNUMVER)" >= "001399999999"
APP1STDLIBS += \
msvcmrt.lib
-.ENDIF
.ENDIF
-
-
.INCLUDE : $(PRJ)$/util$/target.pmk
.INCLUDE : target.mk
@@ -116,22 +108,14 @@ CLIMAKER_CONFIG = $(BIN)$/climaker.exe.config
ALLTAR: \
$(CLIMAKER_CONFIG)
-
-
#Create the config file that is used with the policy assembly
$(CLIMAKER_CONFIG): climaker.exe.config
$(COPY) $< $@
chmod +x $@
-
.IF "$(BUILD_FOR_CLI)" != ""
$(OBJFILES): $(BIN)$/cli_basetypes.dll
-
.ENDIF
-
-
-
-