Code

put all the architecture specific stuff in separate subdirectories ... one for netwar...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 5 Sep 2006 18:34:47 +0000 (18:34 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 5 Sep 2006 18:34:47 +0000 (18:34 +0000)
commitc97686d685ddd869a0c74ac9af5561c07d0ad2e9
treed32e103dc199aab75fa00ac9cac14dcbcd881529
parent791154b2f174b661a3b3002618353e2377e491ea
put all the architecture specific stuff in separate subdirectories ... one for netwara and one for win32 -- Guenter Knauf

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@889 a5681a0c-68f1-0310-ab6d-d61299d08faa
24 files changed:
program/confignt/config.h [deleted file]
program/netware/Makefile [new file with mode: 0644]
program/src/Makefile.NetWare [deleted file]
program/src/Makefile.Win32 [deleted file]
program/src/rrd.dsp [deleted file]
program/src/rrd.vcproj [deleted file]
program/src/rrd_afm.c
program/src/rrd_dump.c
program/src/rrd_gfx.c
program/src/rrd_graph.c
program/src/rrd_tool.h
program/src/rrdtool.dsp [deleted file]
program/src/rrdtool.dsw [deleted file]
program/src/rrdtool.sln [deleted file]
program/src/rrdtool.vcproj [deleted file]
program/src/win32comp.c
program/win32/Makefile [new file with mode: 0644]
program/win32/config.h [new file with mode: 0644]
program/win32/rrd.dsp [new file with mode: 0644]
program/win32/rrd.vcproj [new file with mode: 0644]
program/win32/rrdtool.dsp [new file with mode: 0644]
program/win32/rrdtool.dsw [new file with mode: 0644]
program/win32/rrdtool.plg [new file with mode: 0644]
program/win32/rrdtool.vcproj [new file with mode: 0644]