This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From fdee4871a3235f2c39c088dd09bd367c1c990375 Mon Sep 17 00:00:00 2001 | |
| From: Janusz Maczka <bug5lay4r@gmail.com> | |
| Date: Sat, 7 Sep 2013 16:34:56 +0200 | |
| Subject: [PATCH] Make TakeNotes compilable on Haiku. But still breaks at | |
| saving/loading | |
| --- | |
| ChoiceView.cpp | 4 ++-- | |
| Makefile | 27 +++++++++++++++++++++++++ | |
| NoteWindow.h | 2 ++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) Analysis of regressions | |
| - http://analysis.cpantesters.org/ | |
| - http://analysis.cpantesters.org/about | |
| 2) Windows (Win32) Tester Leaderboard - http://stats.cpantesters.org/leaders/leaders-mswin32-all.html | |
| 3) http://search.cpan.org/~barbie/CPAN-Testers-WWW-Reports-Query-Reports-0.07/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Chef | |
| http://www.opscode.com/chef/ | |
| https://github.com/opscode/chef | |
| https://github.com/opscode/chef-docs | |
| http://community.opscode.com/cookbooks | |
| Heroku | |
| Configuration management framework for the cloud | |
| https://devcenter.heroku.com/articles/quickstart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Excerpt from README: | |
| MinGW and ExtUtils::FakeConfig | |
| perl -MConfig_m Makefile.PL | |
| nmake | |
| nmake test | |
| nmake install <---------- Should be dmake here | |
| Built this way the GUI.dll extension can be very large (~3MB). There is |