Browse Source

* RC added

peter 24 years ago
parent
commit
2f2e0fd80c
2 changed files with 186 additions and 175 deletions
  1. 181 175
      utils/fpcm/fpcmake.inc
  2. 5 0
      utils/fpcm/fpcmake.ini

File diff suppressed because it is too large
+ 181 - 175
utils/fpcm/fpcmake.inc


+ 5 - 0
utils/fpcm/fpcmake.ini

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

Some files were not shown because too many files changed in this diff