2006-02-12 Hans Breuer <hans@breuer.org>
commit375d2e854b757931a84da825e9441b896b7056cb
authorhans <hans>
Sun, 12 Feb 2006 16:08:53 +0000 (12 16:08 +0000)
committerhans <hans>
Sun, 12 Feb 2006 16:08:53 +0000 (12 16:08 +0000)
treed5cf25c6644cd86accfe9020893a8147973e49be
parentba1d43e6d0d899a242ae1817f053d4fb6feaf55c
2006-02-12  Hans Breuer  <hans@breuer.org>

* app/makefile.msc : build three components dia.exe (console
application), diaw.exe (windows application) and dia-app.dll
containing almost all of Dia's application shared between
the two executables
* app/main.c app/winmain.c app/app_procs.c app/dia.def : some
refactoring to accomplish the new dependency layout
* objects/makefile.msc plug-ins/python/makefile.msc : need to
link dia-app.lib now - if at all depending on app/*
ChangeLog
app/app_procs.c
app/dia.def
app/main.c
app/makefile.msc
app/winmain.c
objects/makefile.msc
plug-ins/python/makefile.msc