2009-03-18 00:50 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
+ Added support for -o for executables in win/pocc.
This commit is contained in:
@@ -8,16 +8,20 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-03-18 00:50 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Added support for -o for executables in win/pocc.
|
||||
|
||||
2009-03-18 00:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbatomic.h
|
||||
% removed unnecessary in such version xor
|
||||
|
||||
|
||||
2009-03-18 00:49 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbatomic.h
|
||||
+ added atomic inc/dec inline assembler code for 32bit MSVC builds
|
||||
and probably also to other compilers which defines _MSC_VER
|
||||
macro (XCC/POCC). Thanks to Viktor for help. Please make some tests.
|
||||
|
||||
|
||||
* harbour/source/compiler/hbopt.c
|
||||
! disabled one assert() in PCODE optimization code.
|
||||
Mindaugas, I left note which explains why.
|
||||
|
||||
@@ -1705,6 +1705,8 @@ FUNCTION Main( ... )
|
||||
IF ( Len( s_aPRG ) + Len( s_aC ) ) == 1
|
||||
AAdd( s_aOPTC, "/Fo{OO}" )
|
||||
ENDIF
|
||||
ELSE
|
||||
AAdd( s_aOPTL, "/out:{OE}" )
|
||||
ENDIF
|
||||
cOpt_Link := "{LO} {DL} {FL} {LL} {LS}"
|
||||
cLibPathPrefix := "/libpath:"
|
||||
|
||||
Reference in New Issue
Block a user