From 13a49d66150003980ee7bfb398157502434cfd63 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 11 Jun 2004 01:15:56 +0000 Subject: [PATCH] fix the shebang git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/b.win32 | 12 ++++++------ wxPython/distrib/msw/.make | 2 +- wxPython/distrib/msw/.make_tools | 2 +- wxPython/distrib/msw/.mymake | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wxPython/b.win32 b/wxPython/b.win32 index b15390270f..2a3314b115 100644 --- a/wxPython/b.win32 +++ b/wxPython/b.win32 @@ -66,12 +66,12 @@ elif [ "$1" = "a" ]; then shift CMD= - $0 22 d - $0 22 h - $0 22 r - $0 22 d UNICODE=1 - $0 22 h UNICODE=1 - $0 22 r UNICODE=1 +# $0 22 d +# $0 22 h +# $0 22 r +# $0 22 d UNICODE=1 +# $0 22 h UNICODE=1 +# $0 22 r UNICODE=1 $0 23 d $0 23 h diff --git a/wxPython/distrib/msw/.make b/wxPython/distrib/msw/.make index b228c1eb30..8a0343ac7d 100644 --- a/wxPython/distrib/msw/.make +++ b/wxPython/distrib/msw/.make @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash function error { diff --git a/wxPython/distrib/msw/.make_tools b/wxPython/distrib/msw/.make_tools index d2959368a6..98435bb0e2 100644 --- a/wxPython/distrib/msw/.make_tools +++ b/wxPython/distrib/msw/.make_tools @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash nmake -f .makesetup.mk $WXWIN/lib/vc_lib/msw/wx/setup.h nmake -f makefile.vc BUILD=release $@ diff --git a/wxPython/distrib/msw/.mymake b/wxPython/distrib/msw/.mymake index 173391f5db..3558fd3dd3 100644 --- a/wxPython/distrib/msw/.mymake +++ b/wxPython/distrib/msw/.mymake @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash COMMON_FLAGS="OFFICIAL_BUILD=1 SHARED=1 MONOLITHIC=0 USE_OPENGL=1" HYBRID_FLAGS="DEBUG_FLAG=1 CXXFLAGS=/D__NO_VC_CRTDBG__ WXDEBUGFLAG=h" -- 2.45.2