mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 14:58:06 +03:00
Added win32 binary
This commit is contained in:
parent
3a04fa0788
commit
b5ef654987
@ -89,7 +89,7 @@ void get_options(int argc, char **argv, Compiler &Prog)
|
|||||||
|
|
||||||
void print_version()
|
void print_version()
|
||||||
{
|
{
|
||||||
printf("AMX Assembler 1.00\n");
|
printf("Small/AMX Assembler 1.00\n");
|
||||||
printf("(C)2004 David 'BAILOPAN' Anderson\n");
|
printf("(C)2004 David 'BAILOPAN' Anderson\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
@ -31,7 +31,7 @@
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(OutDir)/assembler.exe"
|
OutputFile="$(OutDir)/sasm.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="$(OutDir)/assembler.pdb"
|
ProgramDatabaseFile="$(OutDir)/assembler.pdb"
|
||||||
@ -76,7 +76,7 @@
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(OutDir)/assembler.exe"
|
OutputFile="$(OutDir)/sasm.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
|
BIN
compiler/scasm/sasm.exe
Executable file
BIN
compiler/scasm/sasm.exe
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user