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:
@@ -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
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
function error {
|
||||
|
@@ -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 $@
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user