mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 18:27:04 +03:00
Remove redundant compilation flag
The flag in question was already the default setting.
This commit is contained in:
parent
71937e4a97
commit
f65876135d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ all: src/JSRF/Jet2.obj
|
|||
# Simple inference rule for producing object files
|
||||
.SUFFIXES: .cpp .obj
|
||||
.cpp.obj:
|
||||
CL.EXE /nologo /Wall /TP /W3 /O2 /G6 /MT /GX /Fo$@ /c $<
|
||||
CL.EXE /nologo /Wall /TP /W3 /O2 /MT /GX /Fo$@ /c $<
|
||||
|
||||
# Header files used for each object
|
||||
src/JSRF/Jet2.obj: src/JSRF/Core.hpp src/XDK/D3D.hpp src/XDK/Win32.hpp\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue