kolibrios/programs/cmm/examples/compile.bat
Kirill Lipatov (Leency) ae17b4e165 Aelia 0.3: Sandwich menu, handle redirects, add links.h
+ lib/debug.h

git-svn-id: svn://kolibrios.org@6058 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-14 23:05:51 +00:00

17 lines
233 B
Batchfile

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