mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-18 08:31:07 -04:00

This version of menuetlibc was taken from revision 4743, right before I made any changes git-svn-id: svn://kolibrios.org@4973 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
202 B
Batchfile
6 lines
202 B
Batchfile
@echo off
|
|
|
|
echo /* special version for libc - uses %%gs instead of %%fs. Ignore comments */> farptrgs.h
|
|
echo.>>farptrgs.h
|
|
sed -e 's/%%fs/%%gs/g' -e 's/0x64/0x65/g' < ..\sys\farptr.h >> farptrgs.h
|