#100000# use locally generated _version.h

This commit is contained in:
Vladimir Glazounov
2003-07-11 12:59:29 +00:00
parent 890cbd6173
commit 5de2cbdb33
2 changed files with 6 additions and 5 deletions

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: main.cxx,v $ * $RCSfile: main.cxx,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change: $Author: vg $ $Date: 2003-07-02 14:11:07 $ * last change: $Author: vg $ $Date: 2003-07-11 13:59:29 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -61,7 +61,7 @@
#include <interface.hxx> #include <interface.hxx>
#include <cstdio> #include <cstdio>
#include <sys/utsname.h> #include <sys/utsname.h>
#include <vcl/_version.h> #include <_version.h>
#include <errno.h> #include <errno.h>
#include <string> #include <string>
#include <string.h> #include <string.h>

View File

@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.3 $ # $Revision: 1.4 $
# #
# last change: $Author: vg $ $Date: 2003-07-02 14:11:19 $ # last change: $Author: vg $ $Date: 2003-07-11 13:59:29 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@@ -91,6 +91,7 @@ CFLAGS+=`pkg-config --cflags gtk+-2.0`
SOLARLIB!:=$(SOLARLIB:s/jre/jnore/) SOLARLIB!:=$(SOLARLIB:s/jre/jnore/)
$(OBJ)$/main.obj: $(INCCOM)$/_version.h
OBJFILES=\ OBJFILES=\
$(OBJ)$/interface.obj \ $(OBJ)$/interface.obj \
$(OBJ)$/res.obj \ $(OBJ)$/res.obj \