[IronPython] Makefile nitpick

Sanghyeon Seo sanxiyn at gmail.com
Thu Jul 6 12:30:04 CEST 2006


$(CSC) -t:exe -r:../IronPython.dll -t:winexe -define:IRONPYTHON_WINDOW
-out:../ipyw.exe -recurse:IronPythonConsole/*.cs

has two -t options. Better:

$(CSC) -t:winexe -r:../IronPython.dll -define:IRONPYTHON_WINDOW
-out:../ipyw.exe -recurse:IronPythonConsole/*.cs

Seo Sanghyeon



More information about the Ironpython-users mailing list