mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-15 11:22:34 +03:00
90cf9246ac
console.obj http.ibj InputBox.obj Add header files for apps what dynamically link these libraries. git-svn-id: svn://kolibrios.org@7925 a494cfbc-eb01-0410-851d-a64ba20cac60
5 lines
86 B
Batchfile
5 lines
86 B
Batchfile
fasm __lib__.asm
|
|
fasm sample_symbol.asm
|
|
kos32-ar -ru libsample.a *.o
|
|
del *.o
|
|
pause |