Corrected Typos

This commit is contained in:
khunguraharman 2024-02-10 20:03:00 -08:00
parent f94020965a
commit 677f83baf5
28 changed files with 45 additions and 2 deletions

BIN
bin/Debug-x64/GLFW/GLFW.lib Normal file

Binary file not shown.

BIN
bin/Debug-x64/GLFW/GLFW.pdb Normal file

Binary file not shown.

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs />
<ContentFiles />
<SatelliteDlls />
<NonRecipeFileRefs />
</Project>

View File

@ -0,0 +1,20 @@
cl : command line warning D9002: ignoring unknown option '-std=c11'
lgdi32
context.c
/lgdi32(1,1): error C1083: Cannot open source file: 'lgdi32': No such file or directory
(compiling source file '/lgdi32')
egl_context.c
init.c
monitor.c
osmesa_context.c
vulkan.c
wgl_context.c
win32_init.c
win32_joystick.c
win32_monitor.c
win32_thread.c
win32_time.c
win32_window.c
window.c
Generating Code...

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,14 @@
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\context.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\context.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\egl_context.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\egl_context.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\init.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\init.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\monitor.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\monitor.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\osmesa_context.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\osmesa_context.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\vulkan.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\vulkan.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\wgl_context.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\wgl_context.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\win32_init.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\win32_init.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\win32_joystick.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\win32_joystick.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\win32_monitor.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\win32_monitor.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\win32_thread.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\win32_thread.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\win32_time.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\win32_time.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\win32_window.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\win32_window.obj
C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\src\window.c;C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\obj\Debug-x64\GLFW\window.obj

View File

@ -0,0 +1,2 @@
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.38.33130:TargetPlatformVersion=10.0.22621.0:
Debug|x64|C:\Users\Harman\Documents\C++\Pulse\|

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
obj/Debug-x64/GLFW/init.obj Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -17,7 +17,7 @@ project "GLFW"
} }
filter "system:windows" filter "system:windows"
buildoptions {"-std=c11", "lgdi32"} buildoptions {"-std=c11", "-lgdi32"}
systemversion "latest" systemversion "latest"
staticruntime "On" staticruntime "On"
@ -39,4 +39,4 @@ project "GLFW"
} }
filter { "system:windows","configurations:Release"} filter { "system:windows","configurations:Release"}
buildopptions "/MT" buildoptions "/MT"