File: kes02Aug00

package info (click to toggle)
apcupsd 3.12.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 41,116 kB
  • ctags: 6,199
  • sloc: ansic: 42,488; sh: 8,031; cpp: 3,740; makefile: 1,897; perl: 1,723; tcl: 368; php: 107; sed: 93
file content (19 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
         Technical notes on my code submission of 02 Aug 00
                        Kern Sibbald

General:
- Submission of code to make apcupsd compile under CYGWIN
  and run on Windows 98 and Windows NT (possibly Win95).

Changes submitted this submission:
- I removed the directory distributions/win32
- I added a new directory under the source directory named win32
  that contains all the Win32 code.
- I moved much of the configure code into a new autoconf directory
- I updated the configure.in code to integrate the Win32 builds 
  correctly. This required a few changes to the Makefile.in file 
  as well.
- Updated the HTML manual to have the beginnings of documentation
  of the Windows code. There is much to be done here.