new version does not work as previous verion
Brought to you by:
vinyvat
use project file as followed
TEMPLATE = app
CONFIG = warn_on release
DESTDIR = ../bin
SOURCES = cell_value.c \
../src/prv2srv.c \
../src/chksrv.c \
../src/node.c \
../src/pad.c
TARGET = cell_value
INCLUDEPATH = ../src;../include
OBJECTS_DIR = OBJ
the generated Makefile worked fine when using 2.11,
but not 2.12... it did not compile at all..
Attached 2 generated Makefile
Logged In: NO
The problem "appears" to be with the inclusion of OBJECTS_DIR.