diff options
| author | Arisotura <thetotalworm@gmail.com> | 2020-05-30 02:59:45 +0200 |
|---|---|---|
| committer | Arisotura <thetotalworm@gmail.com> | 2020-05-30 02:59:45 +0200 |
| commit | 61799c35bdf26a5754ca760ac92d4f07d6a9396b (patch) | |
| tree | d8ecf2fd4c92dad813c5a35aaf5e80b1e8b6334a /melonDS.cbp | |
| parent | 5eb01f1f15d81fc908b9ed3819213442b8c4bd3e (diff) | |
| parent | 58c2790ea34abe54de7607d081cbb975257f87c7 (diff) | |
sadadssa
Diffstat (limited to 'melonDS.cbp')
| -rw-r--r-- | melonDS.cbp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/melonDS.cbp b/melonDS.cbp index be1f30b..1f51dc9 100644 --- a/melonDS.cbp +++ b/melonDS.cbp @@ -53,6 +53,24 @@ <Add option="-m64" /> </Linker> </Target> + <Target title="DebugFast-Cap Windows"> + <Option platforms="Windows;" /> + <Option output="bin/DebugFast_Cap/melonDS" prefix_auto="1" extension_auto="1" /> + <Option object_output="obj/DebugFast_Cap/" /> + <Option type="1" /> + <Option compiler="gcc" /> + <Compiler> + <Add option="-O3" /> + <Add option="-m64" /> + <Add option="-D_FILE_OFFSET_BITS=64" /> + <Add option="-DMELONCAP" /> + </Compiler> + <Linker> + <Add option="-m64" /> + <Add library="winusb" /> + <Add library="setupapi" /> + </Linker> + </Target> </Build> <Compiler> <Add option="-Wall" /> @@ -161,6 +179,12 @@ <Unit filename="src/libui_sdl/LAN_PCap.h" /> <Unit filename="src/libui_sdl/LAN_Socket.cpp" /> <Unit filename="src/libui_sdl/LAN_Socket.h" /> + <Unit filename="src/libui_sdl/MelonCap.cpp"> + <Option target="DebugFast-Cap Windows" /> + </Unit> + <Unit filename="src/libui_sdl/MelonCap.h"> + <Option target="DebugFast-Cap Windows" /> + </Unit> <Unit filename="src/libui_sdl/OSD.cpp" /> <Unit filename="src/libui_sdl/OSD.h" /> <Unit filename="src/libui_sdl/Platform.cpp" /> |