From 18278d4eb63e298d8f48d111364e1cfaff56a32b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 18 Nov 2025 17:30:19 +0100 Subject: feat: new New.h in LibC++, Linker version prompt improvements. Signed-off-by: Amlal El Mahrouss --- dev/LibC++/make_stdcc.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 dev/LibC++/make_stdcc.sh (limited to 'dev/LibC++/make_stdcc.sh') diff --git a/dev/LibC++/make_stdcc.sh b/dev/LibC++/make_stdcc.sh deleted file mode 100755 index 7e23e2c..0000000 --- a/dev/LibC++/make_stdcc.sh +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/sh - -outputDir=stdcxx/ - -mkdir -p $outputDir - -for f in *.h; do - -#This line splits the file name on the delimiter "." -baseName=`echo $f | cut -d "." -f 1` -cp $f $outputDir$baseName - -done -- cgit v1.2.3