Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. Set KolibriOS="../../../../../../contrib/sdk/lib"
  2. Set NAME=test(InputBox)BCC
  3. @BCC32 -c %NAME%.c
  4. @LINK -edit %NAME%.obj
  5. @LD -T LScript.x %NAME%.obj -o %NAME%.kex -L %KolibriOS% -l KolibriOS
  6. @OBJCOPY -O binary -j .all %NAME%.kex
  7. @pause