New test.
[mono.git] / mcs / build / profiles / net_1_1_java.make
index fa06270edab31672ae030d91db259e5371728165..95ca8e59fcf574abba1b331f88c16902a3aa5237 100644 (file)
@@ -16,7 +16,6 @@
 
 EXTERNAL_MCS = csc.exe
 NO_SIGN_ASSEMBLY = yes
-RESGEN = resgen.exe
 
 #DEXT = pdb
 
@@ -40,13 +39,12 @@ FRAMEWORK_VERSION = 1.0
 CONVERTER_DEBUG_LEVEL = 3
 ifeq ($(CONFIG),Release)
 PLATFORM_DEBUG_FLAGS = /debug:pdbonly
-#CONVERTER_DEBUG_LEVEL = 2
+CONVERTER_DEBUG_LEVEL = 2
 endif
 library_CLEAN_FILES += $(build_lib:.dll=.jar) $(build_lib:.dll=.pdb)
 
 all-local:
        $(MAKE) $(build_lib:.dll=.jar)
 
-
 %.jar:%.dll
        converter.exe /debug:$(CONVERTER_DEBUG_LEVEL) $< /out:$@ $(KEY) /lib:$(dir $@)