[Glide64] wx stuff is irrelevant to PJGlide64 now.
This commit is contained in:
parent
10e7853c42
commit
f22f20e1ee
|
@ -6,17 +6,12 @@ mkdir -p $obj
|
||||||
FLAGS_x86="\
|
FLAGS_x86="\
|
||||||
-I$src/.. \
|
-I$src/.. \
|
||||||
-I$src/../3rdParty \
|
-I$src/../3rdParty \
|
||||||
-I$src/../3rdParty/wx/include \
|
|
||||||
-I$src/../3rdParty/wx/lib/vc_lib/msw \
|
|
||||||
-I$src/../Glitch64/inc \
|
-I$src/../Glitch64/inc \
|
||||||
-I$src/../3rdParty/sdl/include \
|
|
||||||
-S \
|
-S \
|
||||||
-fPIC \
|
-fPIC \
|
||||||
-masm=intel \
|
-masm=intel \
|
||||||
-march=native \
|
-march=native \
|
||||||
-Os"
|
-Os"
|
||||||
# -I$src/../3rdParty/wx/include/msvc \
|
|
||||||
# -I$src/../3rdParty/wx/include/wx \
|
|
||||||
|
|
||||||
C_FLAGS=$FLAGS_x86
|
C_FLAGS=$FLAGS_x86
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue