mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 19:50:41 +02:00
* RC added
This commit is contained in:
parent
ff333ffa1b
commit
2f2e0fd80c
File diff suppressed because it is too large
Load Diff
@ -262,6 +262,11 @@ ifndef LD
|
||||
LD=ld
|
||||
endif
|
||||
|
||||
# Resource compiler
|
||||
ifndef RC
|
||||
RC=rc
|
||||
endif
|
||||
|
||||
# ppas.bat / ppas.sh
|
||||
PPAS=ppas$(BATCHEXT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user