2008-01-31 19:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/make_gcc_all.sh
     ! Added SVN header.

   * contrib/hbgf/win32/common.mak
     ! Same change done as on the other 'common.mak's in contrib.
This commit is contained in:
Viktor Szakats
2008-01-31 18:04:50 +00:00
parent d12a8aa83c
commit 9425da1342
3 changed files with 19 additions and 8 deletions

View File

@@ -8,6 +8,13 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-01-31 19:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/make_gcc_all.sh
! Added SVN header.
* contrib/hbgf/win32/common.mak
! Same change done as on the other 'common.mak's in contrib.
2008-01-31 18:47 UTC+0100 Ryszard Glab <harbour//rglab.pl>
* config/hpux/gcc.cf
* config/darwin/gcc.cf

View File

@@ -4,20 +4,20 @@
LIBNAME = hbgfw32
LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT)
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
PRG_HEADERS = \
win32.ch \
LIB_OBJS = \
$(OBJ_DIR)\win32$(OBJEXT) \
$(OBJ_DIR)win32$(OBJEXT) \
\
$(OBJ_DIR)\button$(OBJEXT) \
$(OBJ_DIR)\edit$(OBJEXT) \
$(OBJ_DIR)\form$(OBJEXT) \
$(OBJ_DIR)\menu$(OBJEXT) \
$(OBJ_DIR)\menuitem$(OBJEXT) \
$(OBJ_DIR)\winctrl$(OBJEXT) \
$(OBJ_DIR)button$(OBJEXT) \
$(OBJ_DIR)edit$(OBJEXT) \
$(OBJ_DIR)form$(OBJEXT) \
$(OBJ_DIR)menu$(OBJEXT) \
$(OBJ_DIR)menuitem$(OBJEXT) \
$(OBJ_DIR)winctrl$(OBJEXT) \
all: \
$(LIB_PATH) \

View File

@@ -1,5 +1,9 @@
#!/bin/sh
#
# $Id$
#
# ---------------------------------------------------------------
# Partly based on harbour/make_gcc.sh by :
# Copyright 2007 Przemyslaw Czerpak (druzus/at/priv.onet.pl),