浏览代码

add os_types to unit list for clean target

pierre 25 年之前
父节点
当前提交
015b9930a0
共有 2 个文件被更改,包括 237 次插入468 次删除
  1. 236 466
      rtl/win32/Makefile
  2. 1 2
      rtl/win32/Makefile.fpc

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


+ 1 - 2
rtl/win32/Makefile.fpc

@@ -5,7 +5,7 @@
 [targets]
 loaders=wprt0 wdllprt0
 units=$(SYSTEMUNIT) objpas strings \
-      windows ole2 opengl32 winsock initc \
+      windows ole2 opengl32 os_types winsock initc \
       dos crt objects graph \
       sysutils typinfo math \
       cpu mmx getopts heaptrc lineinfo \
@@ -174,4 +174,3 @@ lineinfo$(PPUEXT) : $(INC)/lineinfo.pp $(SYSTEMPPU)
 #
 # Other system-dependent RTL Units
 #
-

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