浏览代码

* fixed typo (no space between serial and \ ) and regenned with a fpcmake that is NOT 3 years old.

git-svn-id: trunk@26872 -
marco 11 年之前
父节点
当前提交
d9df0ff9a8
共有 2 个文件被更改,包括 1476 次插入141 次删除
  1. 1475 140
      rtl/win32/Makefile
  2. 1 1
      rtl/win32/Makefile.fpc

文件差异内容过多而无法显示
+ 1475 - 140
rtl/win32/Makefile


+ 1 - 1
rtl/win32/Makefile.fpc

@@ -16,7 +16,7 @@ implicitunits=sysinitpas sysinitcyg sysinitgprof \
       rtlconsts sysconst sysutils math types \
       strutils typinfo fgl classes \
       cpu mmx charset character getopts \
-      printer serial\
+      printer serial \
       fpwidestring \
       winsysut sharemem exeinfo fpintres windirs \
       cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \

部分文件因为文件数量过多而无法显示