fix the shebang

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-11 01:15:56 +00:00
parent 05e00ac5ef
commit 13a49d6615
4 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
function error {

View File

@@ -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 $@

View File

@@ -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"