This website requires JavaScript.
Explore
Help
Sign In
libs
/
newlib-cygwin
mirror of
git://sourceware.org/git/newlib-cygwin.git
Watch
4
Star
0
Fork
You've already forked newlib-cygwin
0
Code
Issues
Projects
Releases
Wiki
Activity
6f15a1a0f5
newlib-cygwin
/
winsup
/
mingw
/
samples
/
fmode
/
jamfile
8 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Merging MinGW changes
2002-05-28 21:13:45 +08:00
Main test.exe : test.c ;
* Makefile.in (CRT0S): Add txtmode.o binmode.o. (MINGW_OBJS): Add txtmode.o. (SRCDIST_FILES): Add txtmode.c binmode.c. crt1.c: Don't include fcntrl.h, stdlib.h. (_fmode): Declare, without dllimport attribute. (__p__fmode): Declare access function for dll's _fmode. (_mingw32_init_fmode): Sync dll _fmode with staticly linked _fmode for app. * txtmode.c: New file. * binmode.c: New file. * samples/fmode/test2.c: New file. * samples/fmode/jamfile: Add test2.exe target.
2002-10-20 04:26:26 +08:00
Main test2.exe : test2.c ;
Merging MinGW changes
2002-05-28 21:13:45 +08:00
Main all.exe : all.c ;