2
0
Эх сурвалжийг харах

Add SUPPORT_OMF conditional to be able to test OMF for win32/win64 targets, not working for now

git-svn-id: trunk@34076 -
pierre 9 жил өмнө
parent
commit
fba50767b3

+ 5 - 1
compiler/systems/t_win.pas

@@ -97,7 +97,11 @@ implementation
     SysUtils,
     SysUtils,
     cfileutl,
     cfileutl,
     cpuinfo,cgutils,dbgbase,
     cpuinfo,cgutils,dbgbase,
-    owar,ogbase,ogcoff;
+    owar,ogbase
+{$ifdef SUPPORT_OMF}
+    ,ogomf
+{$endif SUPPORT_OMF}
+    ,ogcoff;
 
 
 
 
   const
   const