2012-06-19 16:24 UTC+0200 Viktor Szakats (harbour syenar.net)

* config/win/watcom.mk
    ! fixed RC compilation for watcom
This commit is contained in:
Viktor Szakats
2012-06-19 14:25:29 +00:00
parent 20dfd62b9e
commit de6cb99086
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-19 16:24 UTC+0200 Viktor Szakats (harbour syenar.net)
* config/win/watcom.mk
! fixed RC compilation for watcom
2012-06-19 14:29 UTC+0200 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
* deleted all remaining "hbmk2" occurrences from comments

View File

@@ -56,7 +56,7 @@ endif
RC := wrc
RC_OUT := -fo=
RCFLAGS += -I. -I$(HB_HOST_INC) -q -r -zm -bt=nt
RCFLAGS += -i. -i$(GRANDP) -i$(HB_HOST_INC) -q -r -zm -bt=nt
LD := wlink
ifeq ($(HB_BUILD_DEBUG),yes)