Logo
Explore Help
Register Sign In
Firehawk52-backup/dolphin
28
0
Fork 0
You've already forked dolphin
mirror of https://github.com/dolphin-emu/dolphin.git synced 2026-01-17 01:13:20 -03:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
25efe443eae400a216fb4e2e1695446e344a4001
dolphin/Source/UnitTests/SConscript

20 lines
258 B
Python
Raw Normal View History

Forgotten file git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5346 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-12 15:11:24 +00:00
# -*- python -*-
Import('env')
import sys
unitenv = env.Clone()
files = [
"AudioJitTests.cpp",
"DSPJitTester.cpp",
"UnitTests.cpp",
]
Simplify the SCons build: On OS X, build all code as Objective-C(++). Centralize framework handling. Cleanup. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5645 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-10 14:18:21 +00:00
libs = [
'dspcore', 'common',
Forgotten file git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5346 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-12 15:11:24 +00:00
]
Simplify the SCons build: On OS X, build all code as Objective-C(++). Centralize framework handling. Cleanup. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5645 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-10 14:18:21 +00:00
unitenv.Append(LIBS = libs)
Forgotten file git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5346 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-12 15:11:24 +00:00
unitenv.Program(env['binary_dir'] + 'tester', files)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 51ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API