mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 08:14:57 +00:00
Corrected Typos
This commit is contained in:
parent
f94020965a
commit
677f83baf5
BIN
bin/Debug-x64/GLFW/GLFW.lib
Normal file
BIN
bin/Debug-x64/GLFW/GLFW.lib
Normal file
Binary file not shown.
BIN
bin/Debug-x64/GLFW/GLFW.pdb
Normal file
BIN
bin/Debug-x64/GLFW/GLFW.pdb
Normal file
Binary file not shown.
7
obj/Debug-x64/GLFW/GLFW.lib.recipe
Normal file
7
obj/Debug-x64/GLFW/GLFW.lib.recipe
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project>
|
||||
<ProjectOutputs />
|
||||
<ContentFiles />
|
||||
<SatelliteDlls />
|
||||
<NonRecipeFileRefs />
|
||||
</Project>
|
20
obj/Debug-x64/GLFW/GLFW.log
Normal file
20
obj/Debug-x64/GLFW/GLFW.log
Normal 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...
|
BIN
obj/Debug-x64/GLFW/GLFW.tlog/CL.command.1.tlog
Normal file
BIN
obj/Debug-x64/GLFW/GLFW.tlog/CL.command.1.tlog
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/GLFW.tlog/CL.read.1.tlog
Normal file
BIN
obj/Debug-x64/GLFW/GLFW.tlog/CL.read.1.tlog
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/GLFW.tlog/CL.write.1.tlog
Normal file
BIN
obj/Debug-x64/GLFW/GLFW.tlog/CL.write.1.tlog
Normal file
Binary file not shown.
14
obj/Debug-x64/GLFW/GLFW.tlog/Cl.items.tlog
Normal file
14
obj/Debug-x64/GLFW/GLFW.tlog/Cl.items.tlog
Normal 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
|
2
obj/Debug-x64/GLFW/GLFW.tlog/GLFW.lastbuildstate
Normal file
2
obj/Debug-x64/GLFW/GLFW.tlog/GLFW.lastbuildstate
Normal 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\|
|
BIN
obj/Debug-x64/GLFW/GLFW.tlog/Lib-link.read.1.tlog
Normal file
BIN
obj/Debug-x64/GLFW/GLFW.tlog/Lib-link.read.1.tlog
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/GLFW.tlog/Lib-link.write.1.tlog
Normal file
BIN
obj/Debug-x64/GLFW/GLFW.tlog/Lib-link.write.1.tlog
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/GLFW.tlog/Lib.command.1.tlog
Normal file
BIN
obj/Debug-x64/GLFW/GLFW.tlog/Lib.command.1.tlog
Normal file
Binary file not shown.
0
obj/Debug-x64/GLFW/GLFW.tlog/unsuccessfulbuild
Normal file
0
obj/Debug-x64/GLFW/GLFW.tlog/unsuccessfulbuild
Normal file
BIN
obj/Debug-x64/GLFW/context.obj
Normal file
BIN
obj/Debug-x64/GLFW/context.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/egl_context.obj
Normal file
BIN
obj/Debug-x64/GLFW/egl_context.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/init.obj
Normal file
BIN
obj/Debug-x64/GLFW/init.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/monitor.obj
Normal file
BIN
obj/Debug-x64/GLFW/monitor.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/osmesa_context.obj
Normal file
BIN
obj/Debug-x64/GLFW/osmesa_context.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/vulkan.obj
Normal file
BIN
obj/Debug-x64/GLFW/vulkan.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/wgl_context.obj
Normal file
BIN
obj/Debug-x64/GLFW/wgl_context.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/win32_init.obj
Normal file
BIN
obj/Debug-x64/GLFW/win32_init.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/win32_joystick.obj
Normal file
BIN
obj/Debug-x64/GLFW/win32_joystick.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/win32_monitor.obj
Normal file
BIN
obj/Debug-x64/GLFW/win32_monitor.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/win32_thread.obj
Normal file
BIN
obj/Debug-x64/GLFW/win32_thread.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/win32_time.obj
Normal file
BIN
obj/Debug-x64/GLFW/win32_time.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/win32_window.obj
Normal file
BIN
obj/Debug-x64/GLFW/win32_window.obj
Normal file
Binary file not shown.
BIN
obj/Debug-x64/GLFW/window.obj
Normal file
BIN
obj/Debug-x64/GLFW/window.obj
Normal file
Binary file not shown.
@ -17,7 +17,7 @@ project "GLFW"
|
||||
}
|
||||
|
||||
filter "system:windows"
|
||||
buildoptions {"-std=c11", "lgdi32"}
|
||||
buildoptions {"-std=c11", "-lgdi32"}
|
||||
systemversion "latest"
|
||||
staticruntime "On"
|
||||
|
||||
@ -39,4 +39,4 @@ project "GLFW"
|
||||
}
|
||||
|
||||
filter { "system:windows","configurations:Release"}
|
||||
buildopptions "/MT"
|
||||
buildoptions "/MT"
|
||||
|
Loading…
Reference in New Issue
Block a user