kolibrios/programs/cmm/examples/compile_en.bat

17 lines
233 B
Batchfile
Raw Normal View History

c-- window.c
c-- collections.c
c-- menu.c
@echo off
@del _window
@del _collections
@del _menu
@rename window.com _window
@rename collections.com _collections
@rename menu.com _menu
@del warning.txt
@echo on
@pause