diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-20 00:13:17 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-20 00:13:17 +0000 |
commit | e22199f9828597e0e602be092622a9e8bb8348d7 (patch) | |
tree | b3e9ed35211342d5d051472e8d7237f52a77569f /packages/win32_inno/TODO | |
parent | 0236f3de2940b0047c6135718dcc77251bd91354 (diff) |
added in mingw_fixes patch which includes NT2_MSC_VER and lots of other stuff so that everything can compile using MinGW; reorged things to use the full name 'windows' rather than just 'win'. This matches 'darwin' and 'linux'; this is windows RC6
svn path=/trunk/; revision=4260
Diffstat (limited to 'packages/win32_inno/TODO')
-rw-r--r-- | packages/win32_inno/TODO | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/packages/win32_inno/TODO b/packages/win32_inno/TODO index 312ade3c..b2a2dce2 100644 --- a/packages/win32_inno/TODO +++ b/packages/win32_inno/TODO @@ -6,17 +6,9 @@ - Another detail is that the menu item "help/1 manual" results in no action - possibly some link pointing to the wrong place? It turns out that the rundll "open" thingy isn't working... - - make Pd.exe using MinGW's "start.exe" like MacOSX's "open" + - make Pd.exe using MSYS's "start.exe" like MacOSX's "open" - menu_openhtml on Win32 with rundll should be able to open other filetypes like open on MACOSX. -- get Pd compiling on MinGW:. From Carmen: - - - "theres a SConscript in devel_0_39 and theres also a makefile.mingw maybe - in devel_0_38. just ./configure && make && make install the deps like tk - and such first, although you can use a static path to MSVC-generated .libs - if you dont feel like doing that.." - - - get Windows Makefiles for Gem |