diff --git a/compiler/amxxpc/amxxpc1.rc b/compiler/amxxpc/amxxpc1.rc index 0fd6c894..11ea11c3 100755 --- a/compiler/amxxpc/amxxpc1.rc +++ b/compiler/amxxpc/amxxpc1.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "windows.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS diff --git a/compiler/libpc300/libpc300.sln b/compiler/libpc300/libpc300.sln index 66c6046e..e3c24ca3 100755 --- a/compiler/libpc300/libpc300.sln +++ b/compiler/libpc300/libpc300.sln @@ -5,20 +5,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpc300", "libpc300.vcxpro EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug32|Win32 = Debug32|Win32 - Debug64|Win32 = Debug64|Win32 - Release32|Win32 = Release32|Win32 - Release64|Win32 = Release64|Win32 + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {19B72687-080B-437A-917A-12AEB0031635}.Debug32|Win32.ActiveCfg = Debug32|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Debug32|Win32.Build.0 = Debug32|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Debug64|Win32.ActiveCfg = Debug64|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Debug64|Win32.Build.0 = Debug64|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Release32|Win32.ActiveCfg = Release32|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Release32|Win32.Build.0 = Release32|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Release64|Win32.ActiveCfg = Release64|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Release64|Win32.Build.0 = Release64|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.Debug|Win32.ActiveCfg = Debug|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.Debug|Win32.Build.0 = Debug|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.Release|Win32.ActiveCfg = Release|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/compiler/libpc300/libpc300.vcxproj b/compiler/libpc300/libpc300.vcxproj index 319c11b3..126cde7a 100644 --- a/compiler/libpc300/libpc300.vcxproj +++ b/compiler/libpc300/libpc300.vcxproj @@ -1,20 +1,12 @@  - - Debug32 + + Debug Win32 - - Debug64 - Win32 - - - Release32 - Win32 - - - Release64 + + Release Win32 @@ -24,66 +16,40 @@ Win32Proj - + DynamicLibrary MultiByte - - DynamicLibrary - MultiByte - - - DynamicLibrary - MultiByte - - + DynamicLibrary MultiByte - + - - - - - - - - - + <_ProjectFileVersion>10.0.40219.1 - false - false - true - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - amxxpc32 - amxxpc64 - amxxpc32 - amxxpc64 + false + true + AllRules.ruleset + + + AllRules.ruleset + + + amxxpc32 + amxxpc32 - + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPC300_EXPORTS;PAWNC_DLL;PAWN_CELL_SIZE=32;NO_MAIN;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) MultiThreaded @@ -102,26 +68,7 @@ MachineX86 - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPC300_EXPORTS;PAWNC_DLL;PAWN_CELL_SIZE=64;NO_MAIN;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - MultiThreaded - false - - - Level3 - ProgramDatabase - - - true - Windows - true - true - $(OutDir)libpc300.lib - MachineX86 - - - + Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPC300_EXPORTS;PAWNC_DLL;PAWN_CELL_SIZE=32;NO_MAIN;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) @@ -142,27 +89,6 @@ MachineX86 - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPC300_EXPORTS;PAWNC_DLL;PAWN_CELL_SIZE=64;NO_MAIN;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - StackFrameRuntimeCheck - MultiThreadedDebug - false - - - Level3 - EditAndContinue - - - true - $(OutDir)libpc300.pdb - Windows - $(OutDir)libpc300.lib - MachineX86 - - diff --git a/plugins/amxxpc b/plugins/amxxpc index ad15cec2..58ac0e05 100755 Binary files a/plugins/amxxpc and b/plugins/amxxpc differ diff --git a/plugins/amxxpc.exe b/plugins/amxxpc.exe index 6d8e6542..51f9ed04 100755 Binary files a/plugins/amxxpc.exe and b/plugins/amxxpc.exe differ diff --git a/plugins/amxxpc32.dll b/plugins/amxxpc32.dll index ab1f1cad..7dd0a44f 100755 Binary files a/plugins/amxxpc32.dll and b/plugins/amxxpc32.dll differ diff --git a/plugins/amxxpc32.so b/plugins/amxxpc32.so index adceaaf8..84421294 100755 Binary files a/plugins/amxxpc32.so and b/plugins/amxxpc32.so differ diff --git a/plugins/amxxpc64.dll b/plugins/amxxpc64.dll deleted file mode 100755 index de1b55c6..00000000 Binary files a/plugins/amxxpc64.dll and /dev/null differ diff --git a/plugins/amxxpc64.so b/plugins/amxxpc64.so deleted file mode 100755 index 8b523365..00000000 Binary files a/plugins/amxxpc64.so and /dev/null differ