Author Topic: project menu to generate makefile wrong  (Read 2323 times)

ln023_m

  • New Community Member
  • Posts: 1
  • Hero Points: 0
project menu to generate makefile wrong
« on: August 08, 2013, 03:57:50 AM »
use v17 project menu to generate makefile:
COMPILE=g++ -c  "-D_POSIX_" "-DFI_LINUX" -g -fPIC -pg -o "ï¿¥(OUTDIR)/ï¿¥(*F).o" ï¿¥(CFG_INC) "ï¿¥<"
but use v18 project menu to generate makefile:
COMPILE=g++ -c  "-D_POSIX_" "-DFI_LINUX" -g -fPIC -pg -o "ï¿¥(OUTDIR)/ï¿¥(*F).soe" ï¿¥(CFG_INC) "ï¿¥<"

v18 makefile put a wrong sufix soe after ï¿¥(OUTDIR)/ï¿¥(*F).

Matthew

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 990
  • Hero Points: 44
Re: project menu to generate makefile wrong
« Reply #1 on: August 09, 2013, 01:50:08 PM »
We have a fix for this in the most recent hot fix (version 5).