Raised This Month: $32 Target: $400
 8% 

New compile.bat


Post New Thread Reply   
 
Thread Tools Display Modes
PM
hello, i am pm
Join Date: Jan 2004
Location: Canalization
Old 08-16-2004 , 05:32  
Reply With Quote #31

Quote:
Originally Posted by Bry
problem

i downloaded a enw version of amxbans overwrote the existign admin_mysql.sma and amxbans.sma and clicked compile and it didnt compile these new versions.
I tried deleteing and then adding new sma's still didnt compile i even tried emptying the plugins folder but it still didnt compile them (or any other plugins)

ive had to go back to the old compile.bat inorder to compile these enw plugins
Run
Code:
compile /R
in such cases
__________________
hello, i am pm
PM is offline
Bry
Member
Join Date: Mar 2004
Old 08-17-2004 , 08:19  
Reply With Quote #32

cheers
Bry is offline
osk522
BANNED
Join Date: Dec 2006
Location: Slöinge, Falkenberg, Hal
Old 01-08-2007 , 17:22   Re: New compile.bat
Reply With Quote #33

Maybe you should change /H to /? . (Most programs uses /? as a help switch, if there is any.)

And shouldnt "::" be "rem"?

Instead of running "if" twice:

IF "%1"=="/c" SET cb_compiler=%2
IF "%1"=="/c" GOTO prmshift2

you could write this instead:

IF "%1"=="/c" (
SET cb_compiler=%2
GOTO prmshift2
)

Last edited by osk522; 01-08-2007 at 17:29.
osk522 is offline
Send a message via MSN to osk522
VEN
Veteran Member
Join Date: Jan 2005
Old 01-09-2007 , 11:17   Re: New compile.bat
Reply With Quote #34

IIRC, earlier command line interpreters haven't supported


if condition (
block
)

Last edited by VEN; 01-18-2007 at 14:43.
VEN is offline
osk522
BANNED
Join Date: Dec 2006
Location: Slöinge, Falkenberg, Hal
Old 01-18-2007 , 14:02   Re: New compile.bat
Reply With Quote #35

Quote:
Originally Posted by VEN View Post
IIRC, earlier command line interpretators haven't supported


if condition (
block
)
It works fine for me (running Windows XP Home without anything extra).
osk522 is offline
Send a message via MSN to osk522
VEN
Veteran Member
Join Date: Jan 2005
Old 01-18-2007 , 14:44   Re: New compile.bat
Reply With Quote #36

I'm meant the ones that comes with earlier versions of win.
VEN is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:14.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode