Ver código fonte

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 anos atrás
pai
commit
fba50767b3
1 arquivos alterados com 5 adições e 1 exclusões
  1. 5 1
      compiler/systems/t_win.pas

+ 5 - 1
compiler/systems/t_win.pas

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