[SM] Need switches for 'compile.exe'
(I'm using windows)
I need to know the switches for "compile.exe" I know you can change some settings on how its compiled... Example: compile.exe -LOCATION ..\plugins -file mymod.sp -copywhensuccess Or if you have a batch file made to automatically detect errorlevel and copy if only compiler had no errors and warnings! would be great! |
Re: [SM] Need switches for 'compile.exe'
Run spcomp.exe in your command prompt and you should see all the available options.
|
Re: [SM] Need switches for 'compile.exe'
Quote:
I see them (used "spcomp -?") I was hoping to have the compiler copy the compiled file (with no errors/warnings) to the plugin folder thanks anyway |
Re: [SM] Need switches for 'compile.exe'
Guess someone will find this usefull.
This batch script will automaticly compile the sp "myfile" and move the compiled smx file to "Plugins" directory. Run the batch script from scripting directory, and it should work. Code:
@echo off |
Re: [SM] Need switches for 'compile.exe'
Quote:
Code:
spcomp myfile.sp -o..\plugins\myfile.smx |
| All times are GMT -4. The time now is 06:04. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.