[Glide64] wx stuff is irrelevant to PJGlide64 now.

This commit is contained in:
2016-04-01 01:54:05 -04:00
parent 10e7853c42
commit f22f20e1ee
1 changed files with 0 additions and 5 deletions

View File

@ -6,17 +6,12 @@ mkdir -p $obj
FLAGS_x86="\
-I$src/.. \
-I$src/../3rdParty \
-I$src/../3rdParty/wx/include \
-I$src/../3rdParty/wx/lib/vc_lib/msw \
-I$src/../Glitch64/inc \
-I$src/../3rdParty/sdl/include \
-S \
-fPIC \
-masm=intel \
-march=native \
-Os"
# -I$src/../3rdParty/wx/include/msvc \
# -I$src/../3rdParty/wx/include/wx \
C_FLAGS=$FLAGS_x86