2009-02-24 15:07 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
+ Added autodetection for pocc64.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-24 15:07 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Added autodetection for pocc64.
|
||||
|
||||
2009-02-24 13:53 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* config/win/pocc64.cf
|
||||
% Optimized to use pocc.cf and modify that slightly for x64.
|
||||
|
||||
@@ -414,6 +414,7 @@ FUNCTION Main( ... )
|
||||
{ {|| FindInPath( "ml64" ) != NIL }, "msvc64" },;
|
||||
{ {|| FindInPath( "cl" ) != NIL }, "msvc" },;
|
||||
{ {|| FindInPath( "bcc32" ) != NIL }, "bcc32" },;
|
||||
{ {|| FindInPath( "porc64" ) != NIL }, "pocc64" },;
|
||||
{ {|| FindInPath( "pocc" ) != NIL }, "pocc" },;
|
||||
{ {|| FindInPath( "dmc" ) != NIL }, "dmc" },;
|
||||
{ {|| FindInPath( "icc" ) != NIL }, "icc" },;
|
||||
|
||||
Reference in New Issue
Block a user