* plat/win32/gpsim.nsi, plat/win32/make.mingw, cli/makefile.mingw,
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 27 Nov 2005 19:25:57 +0000 (19:25 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 27 Nov 2005 19:25:57 +0000 (19:25 +0000)
  gpsim/makefile.mingw, gui/makefile.mingw, modules/makefile.mingw,
  src/makefile.mingw, regression/README: MINGW sync

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3995 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 50bd4d608ead583efe0292f9c8ab2707edccf2b3..1724d806c465d7064f8ee18267df443304e76219 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 2005-11-27 Borut Razem <borut.razem AT siol.net>
 
-       *support/cpp2/, 
+       * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
+         support/cpp2/mkdeps.h: added command line option
+         -obj-ext=<extension> to SDCPP to define object file externion, used
+         for generation of make dependencies (-M)
+       * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
 
 2005-11-26 Borut Razem <borut.razem AT siol.net>