Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 8365 → Rev 8366

/programs/bcc32/newlib_example/build.bat
0,0 → 1,12
Set NAME=main
Set BCC=bcc32
Set MSVC=link
Set LD=ld
Set SDK_DIR=../../../contrib/sdk
 
%BCC% -c %NAME%.c
%MSVC% -edit %NAME%.obj
%LD% -static -S -nostdlib -T %SDK_DIR%/sources/newlib/app.lds --image-base 0 -L%SDK_DIR%/lib --subsystem console -o %NAME%.kex %NAME%.obj -lgcc -lc.dll
if exist %NAME%.kex kpack %NAME%.kex
pause
Property changes:
Added: svn:executable
+*
\ No newline at end of property