* RC added

This commit is contained in:
peter 2001-03-04 12:36:57 +00:00
parent ff333ffa1b
commit 2f2e0fd80c
2 changed files with 214 additions and 203 deletions

File diff suppressed because it is too large Load Diff

View File

@ -262,6 +262,11 @@ ifndef LD
LD=ld
endif
# Resource compiler
ifndef RC
RC=rc
endif
# ppas.bat / ppas.sh
PPAS=ppas$(BATCHEXT)