[CALC] Rename files only.
[reactos.git] / base / applications / calc / CMakeLists.txt
index 2d0d605..a92c7c3 100644 (file)
@@ -3,9 +3,9 @@ add_definitions(-DDISABLE_HTMLHELP_SUPPORT=1)
 
 list(APPEND SOURCE
     convert.c
-    function.c
-    rpn.c
-    utl.c
+    fun_ieee.c
+    rpn_ieee.c
+    utl_ieee.c
     winmain.c
     calc.h)