Skip to content

Commit

Permalink
Updated build scripts/manuals
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
  • Loading branch information
AlexAltea committed Mar 12, 2019
1 parent 9f3745d commit 51909ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manual-windows.md
Expand Up @@ -11,7 +11,7 @@
pacman -S mingw-w64-x86_64-toolchain base-devel
pacman -S mingw-w64-x86_64-glib2 mingw-w64-x86_64-gtk3
pacman -S mingw-w64-x86_64-vulkan mingw-w64-x86_64-SDL2
pacman -S mingw-w64-x86_64-libzip
pacman -S mingw-w64-x86_64-glslang mingw-w64-x86_64-libzip
```

3. Run the following commands to setup a proper environment:
Expand Down
4 changes: 3 additions & 1 deletion tests/Makefile
Expand Up @@ -30,14 +30,16 @@ test_gcn_analyzer.elf: test_gcn_analyzer.c
$(CC) $(CFLAGS) -o $@ $< \
../orbital-qemu/hw/ps4/liverpool/gca/gcn_parser.c \
../orbital-qemu/hw/ps4/liverpool/gca/gcn_analyzer.c \
../orbital-qemu/hw/ps4/liverpool/gca/gcn_resource.c \
-I../orbital-qemu/hw/ps4/liverpool/gca

test_gcn_translator.elf: test_gcn_translator.cpp libspirv.a
$(CC) $(CFLAGS) -c \
../orbital-qemu/hw/ps4/liverpool/gca/gcn_parser.c \
../orbital-qemu/hw/ps4/liverpool/gca/gcn_analyzer.c \
../orbital-qemu/hw/ps4/liverpool/gca/gcn_resource.c \
-I../orbital-qemu/hw/ps4/liverpool/gca
$(CXX) $(CXXFLAGS) -o $@ $< gcn_parser.o gcn_analyzer.o \
$(CXX) $(CXXFLAGS) -o $@ $< gcn_parser.o gcn_analyzer.o gcn_resource.o \
../orbital-qemu/hw/ps4/liverpool/gca/gcn_translator.cpp \
-I../orbital-qemu/hw/ps4/liverpool/gca \
-lSPIRV

0 comments on commit 51909ba

Please sign in to comment.