
for ANSI-LLW.exe. Set the code page so ansicon.exe can display some strings properly. Expand wildcards for -t. VC6 can now compile the 32-bit version; use it for the release binaries. Improvements to the VC makefile. Describe the sequences in a bit more detail.
10 lines
320 B
C
10 lines
320 B
C
/*
|
|
version.h - Version defines.
|
|
*/
|
|
|
|
#define PVERS L"1.60" // wide string
|
|
#define PVERSA "1.60" // ANSI string (windres 2.16.91 didn't like L)
|
|
#define PVERE L"160" // wide environment string
|
|
#define PVEREA "160" // ANSI environment string
|
|
#define PVERB 1,6,0,0 // binary (resource)
|