Bugzilla – Attachment 170527 Details for
Bug 322163
runtime hangs after main() exit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
Makefile
Makefile (text/plain), 1.16 KB, created by
Thomas Wiest
on 2006-10-06 21:00:00 UTC
(
hide
)
Description:
Makefile
Filename:
MIME Type:
Creator:
Thomas Wiest
Created:
2006-10-06 21:00:00 UTC
Size:
1.16 KB
patch
obsolete
># Makefile generated from ffcr.exe DO NOT EDIT! > >ifndef OUTPUT_DIR >OUTPUT_DIR=../test/ >endif > >CSC=gmcs >CP=cp -f >MonoInstallationPath=/opt/latest > >REFERENCES=\ > -reference:System \ > -reference:System.Data \ > -reference:System.Xml \ > >PROJREF=\ > >EMBEDDED=\ > >SOURCES=\ > Program.cs \ > Properties/AssemblyInfo.cs \ > >ASSEMBLYNAME=TimersBug > >OUTPUTTYPE=exe > >TGTEXTENSION=exe >OPTIONS=-optimize- -noconfig -nowarn:1691,67,169 >DEFINE=-define:FIXME -define:MONO -define:HEADLESS -define:LINUX -define:TRACE >ASSEMBLY=$(ASSEMBLYNAME).$(TGTEXTENSION) > >$(ASSEMBLY) : $(SOURCES) > $(CSC) -target:$(OUTPUTTYPE) $(OPTIONS) -out:$@ $(DEFINE) $(EMBEDDED) $(REFERENCES) $(PROJREF) $(SOURCES) > mkdir -p $(OUTPUT_DIR) > $(CP) $@ $(OUTPUT_DIR) > @echo "#!/bin/sh" > $(ASSEMBLYNAME) > @echo export DYLD_LIBRARY_PATH=$(OUTPUT_DIR):\$$\DYLD_LIBRARY_PATH >> $(ASSEMBLYNAME) > @echo export LD_LIBRARY_PATH=$(OUTPUT_DIR):\$$\LD_LIBRARY_PATH >> $(ASSEMBLYNAME) > @echo export FFSVT_SEARCH_PATH=\$$\FFSVT_SEARCH_PATH >> $(ASSEMBLYNAME) > @echo exec mono $(OUTPUT_DIR)/\$(ASSEMBLYNAME).$(OUTPUTTYPE) \"$$\@\" >> $(ASSEMBLYNAME) > $(CP) $(ASSEMBLYNAME) ../test/ > $(CP) $(ASSEMBLYNAME) $(OUTPUT_DIR) > >clean: > $(RM) $(ASSEMBLY) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 322163
:
170526
| 170527