shithub: cstory

Download patch

ref: e3eb16af0a53094ab44f8d403316e40f94b5477f
parent: 27bc6d1abec4795b21690df5fc48a87e9dc5b6f2
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 5 09:48:21 EDT 2019

Disable MSVC2003 assembly output

I can't remember the last time I even used it.

--- a/CSE2.vcproj
+++ b/CSE2.vcproj
@@ -26,7 +26,7 @@
 				MinimalRebuild="TRUE"
 				BasicRuntimeChecks="0"
 				RuntimeLibrary="1"
-				AssemblerOutput="4"
+				AssemblerOutput="0"
 				WarningLevel="3"
 				Detect64BitPortabilityProblems="TRUE"
 				DebugInformationFormat="3"/>
@@ -77,7 +77,7 @@
 				PreprocessorDefinitions="WIN32;NDEBUG"
 				MinimalRebuild="TRUE"
 				RuntimeLibrary="0"
-				AssemblerOutput="4"
+				AssemblerOutput="0"
 				WarningLevel="3"
 				Detect64BitPortabilityProblems="TRUE"
 				DebugInformationFormat="3"/>
@@ -127,7 +127,7 @@
 				PreprocessorDefinitions="WIN32;NDEBUG;JAPANESE"
 				MinimalRebuild="TRUE"
 				RuntimeLibrary="0"
-				AssemblerOutput="4"
+				AssemblerOutput="0"
 				WarningLevel="3"
 				Detect64BitPortabilityProblems="TRUE"
 				DebugInformationFormat="3"/>
@@ -178,7 +178,7 @@
 				MinimalRebuild="TRUE"
 				BasicRuntimeChecks="0"
 				RuntimeLibrary="1"
-				AssemblerOutput="4"
+				AssemblerOutput="0"
 				WarningLevel="3"
 				Detect64BitPortabilityProblems="TRUE"
 				DebugInformationFormat="3"/>
@@ -608,6 +608,36 @@
 			Name="Resource Files"
 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+			<File
+				RelativePath="assets\resources\CSE2.rc">
+				<FileConfiguration
+					Name="Debug|Win32">
+					<Tool
+						Name="VCResourceCompilerTool"
+						Culture="1041"/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32">
+					<Tool
+						Name="VCResourceCompilerTool"
+						Culture="1041"/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release (Japanese)|Win32">
+					<Tool
+						Name="VCResourceCompilerTool"
+						Culture="1041"/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug (Japanese)|Win32">
+					<Tool
+						Name="VCResourceCompilerTool"
+						Culture="1041"/>
+				</FileConfiguration>
+			</File>
+			<File
+				RelativePath="assets\resources\resource1.h">
+			</File>
 			<Filter
 				Name="Bitmap"
 				Filter="">
@@ -799,36 +829,6 @@
 					RelativePath="assets\resources\Org\Zonbie.org">
 				</File>
 			</Filter>
-			<File
-				RelativePath="assets\resources\CSE2.rc">
-				<FileConfiguration
-					Name="Debug|Win32">
-					<Tool
-						Name="VCResourceCompilerTool"
-						Culture="1041"/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="Release|Win32">
-					<Tool
-						Name="VCResourceCompilerTool"
-						Culture="1041"/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="Release (Japanese)|Win32">
-					<Tool
-						Name="VCResourceCompilerTool"
-						Culture="1041"/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="Debug (Japanese)|Win32">
-					<Tool
-						Name="VCResourceCompilerTool"
-						Culture="1041"/>
-				</FileConfiguration>
-			</File>
-			<File
-				RelativePath="assets\resources\resource1.h">
-			</File>
 		</Filter>
 	</Files>
 	<Globals>