[go: up one dir, main page]

Menu

#1 new version does not work as previous verion

open
nobody
None
5
2004-05-05
2004-05-05
Anonymous
No

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

Discussion

  • Nobody/Anonymous

    Logged In: NO

    The problem "appears" to be with the inclusion of OBJECTS_DIR.

     

Log in to post a comment.