diff options
Diffstat (limited to '')
-rw-r--r-- | private/crt32/iostream/makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/private/crt32/iostream/makefile b/private/crt32/iostream/makefile new file mode 100644 index 000000000..9e18c9a05 --- /dev/null +++ b/private/crt32/iostream/makefile @@ -0,0 +1,7 @@ +# +# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source +# file to this component. This file merely indirects to the real make file +# that is shared by all the components of NT OS/2 +# +BLDCRT=1 +!INCLUDE $(NTMAKEENV)\makefile.def |