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()
|
||||
{
|
||||
printf("AMX Assembler 1.00\n");
|
||||
printf("Small/AMX Assembler 1.00\n");
|
||||
printf("(C)2004 David 'BAILOPAN' Anderson\n");
|
||||
exit(0);
|
||||
}
|
@ -31,7 +31,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/assembler.exe"
|
||||
OutputFile="$(OutDir)/sasm.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/assembler.pdb"
|
||||
@ -76,7 +76,7 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/assembler.exe"
|
||||
OutputFile="$(OutDir)/sasm.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
|
BIN
compiler/scasm/sasm.exe
Executable file
BIN
compiler/scasm/sasm.exe
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user