2003/02/15 11:43:08
[org.ibex.core.git] / src / org / xwt / plat / Win32.xml
index bdfa2d7..dad696e 100644 (file)
@@ -6,7 +6,8 @@
         <property name="gcc-target" value="i686-pc-mingw32-"/>
         <property name="linkflags" value="-Wl,--subsystem,windows -lcomdlg32"/>
         <property name="binaryname" value="xwt.exe"/>
-        <property name="subplat" value="Win32"/>
+        <property name="javafiles" value="org/xwt/plat/Win32.java"/>
+        <property name="ccfiles" value="org/xwt/plat/Win32.cc"/>
         <ant target="build" antfile="src/org/xwt/plat/GCJ.xml"/>
     </target>