forked from KolibriOS/kolibrios
8bde880daf
git-svn-id: svn://kolibrios.org@7457 a494cfbc-eb01-0410-851d-a64ba20cac60
7 lines
239 B
Batchfile
7 lines
239 B
Batchfile
Set KolibriOS="../../../../../../contrib/sdk/lib"
|
|
Set NAME=test(InputBox)BCC
|
|
@BCC32 -c %NAME%.c
|
|
@LINK -edit %NAME%.obj
|
|
@LD -T LScript.x %NAME%.obj -o %NAME%.kex -L %KolibriOS% -l KolibriOS
|
|
@OBJCOPY -O binary -j .all %NAME%.kex
|
|
@pause |