Re: [AD] VC Makefile Fix for Win2k |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Javier González wrote:
> Hmm, why dont you just change
>
> ifeq ($(OS),Windows_NT)
> WINSYSDIR = $(SYSTEMROOT)
>
> to
> ifeq ($(OS),Windows_NT)
> WINSYSDIR = $(SystemRoot)
I thought maybe WinNT has it in capital letters. Also, if anyone has
modified their vcvars32.bat to work with Allegro, then at least they
won't have to change them back again.
--
- Robert J Ohannessian
"Microsoft code is probably O(n^20)" (My CS teacher)