Pelles C > Announcements

Version 9.00 (RC1) is now available

(1/3) > >>

Pelle:
Pelles C version 9.00 (RC1) is now available for download:
http://www.smorgasbordet.com/pellesc/download.htm

Major changes:
http://www.smorgasbordet.com/pellesc/changes_800_900.htm

/Pelle

Robert:
Hi Pelle:

Thank you for 9.00 RC1.

I would like to suggest that it be mentioned in your announcement that the Addin SDK is now consolidated, as an option, with the main setup.

Pelle:
Thank you. Good point, I will add something about the Add-In SDK...

TimoVJL:
Thanks for this release :)

Release/Debug ComboBox positioned over Add-In toolbar buttons :(

Is this feature too hard to develop?

--- Code: ---...
!if "$(POC_PROJECT_MODE)" == "Release"
OUTPUT = output#
POC_PROJECT_OUTPUTDIR = $(OUTPUT)#
...
!elseif "$(POC_PROJECT_MODE)" == "Debug"
OUTPUT = outdbg#
POC_PROJECT_OUTPUTDIR = $(OUTPUT)#
...
hello.exe: \
$(OUTPUT)\hello.obj
$(LINK) $(LINKFLAGS) -out:"$@" $**

$(OUTPUT)\hello.obj: \
hello.c
$(CC) $(CCFLAGS) "$!" -Fo"$@"

--- End code ---

jj2007:
Thumbs up, Pelle  :)

It seems you added also some warnings (and rightly so).

Navigation

[0] Message Index

[#] Next page

Go to full version