~3v1n0/bamf/libbamf-desktop-id-based-factory

« back to all changes in this revision

Viewing changes to build.rules.mk

  • Committer: Jason Smith
  • Date: 2009-08-02 17:36:46 UTC
  • Revision ID: jason@t500-20090802173646-9uksvuhwcxbtz9c7
Fix infinite loop
Allow building of mono based solutions

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
# Install executables as scripts
28
28
module_SCRIPTS = $(filter %.exe,$(OUTPUT_FILES))
29
29
 
30
 
MCS_FLAGS =  $(MCS_LINQ_FLAG) -noconfig -codepage:utf8 -warn:4
 
30
MCS_FLAGS =  $(MCS_LINQ_FLAG) -noconfig -codepage:utf8 -warn:4 -debug
31
31
 
32
32
all: $(ASSEMBLY_FILE)
33
33