X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fmcs%2FMakefile;h=d2aa50e7a9c8371ae417511cb81057043950f723;hb=db2a67f0d5dd157bdf30db9a4ac0d95f01a38952;hp=841c27175282f17eee0d41a4a62a0340d87bb4eb;hpb=5d916704fd28ee3a7246d950e52c56b1204ac2fa;p=mono.git diff --git a/mcs/mcs/Makefile b/mcs/mcs/Makefile index 841c2717528..d2aa50e7a9c 100644 --- a/mcs/mcs/Makefile +++ b/mcs/mcs/Makefile @@ -22,7 +22,7 @@ the_libdir = $(topdir)/class/lib/build/ LOCAL_MCS_FLAGS += -lib:$(topdir)/class/lib/build -debug endif -LOCAL_MCS_FLAGS += -d:STATIC,NO_SYMBOL_WRITER +LOCAL_MCS_FLAGS += -d:STATIC,NO_SYMBOL_WRITER,NO_AUTHENTICODE PROGRAM_INSTALL_DIR = $(mono_libdir)/mono/4.5 @@ -39,17 +39,6 @@ KEEP_OUTPUT_FILE_COPY = yes include ../build/executable.make -csproj-local: - config_file=`basename $(PROGRAM) .exe`-$(PROFILE).input; \ - echo $(thisdir):$$config_file >> $(topdir)/../msvc/scripts/order; \ - (echo $(is_boot); \ - echo $(BOOTSTRAP_MCS); \ - echo $(USE_MCS_FLAGS) $(LIBRARY_FLAGS) $(LIB_MCS_FLAGS); \ - echo $(PROGRAM); \ - echo $(BUILT_SOURCES); \ - echo $(PROGRAM); \ - echo $(response)) > $(topdir)/../msvc/scripts/inputs/$$config_file - # # Below this line we have local targets used for testing and development # @@ -99,6 +88,7 @@ profile : $(PROGRAM) $(RUNTIME) $(RUNTIME_FLAGS) --profile=$(PROFILER) $(PROGRAM) $(USE_MCS_FLAGS) -target:exe -out:mcs2.exe $(BUILT_SOURCES) @$(response) debug-parser: + rm cs-parser.cs $(MAKE) JAY_FLAGS=-cvt #