mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@587 385bec56-5757-e545-9c3a-d8741f4650f1
50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
########################################################################
|
|
# Permission is hereby granted, free of charge, to any person
|
|
# obtaining a copy of this file, to deal in the File without
|
|
# restriction, including without limitation the rights to use,
|
|
# copy, modify, merge, publish, distribute, sublicense, and/or
|
|
# sell copies of the File, and to permit persons to whom the
|
|
# File is furnished to do so, subject to the following condition:
|
|
#
|
|
# THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE FILE OR
|
|
# THE USE OR OTHER DEALINGS IN THE FILE.
|
|
|
|
########################################################################
|
|
# The standard OMakeroot file.
|
|
# You will not normally need to modify this file.
|
|
# By default, your changes should be placed in the
|
|
# OMakefile in this directory.
|
|
#
|
|
# If you decide to modify this file, note that it uses exactly
|
|
# the same syntax as the OMakefile.
|
|
#
|
|
|
|
#
|
|
# Include the standard installed configuration files.
|
|
# Any of these can be deleted if you are not using them,
|
|
# but you probably want to keep the Common file.
|
|
#
|
|
|
|
# 動作確認はCygwinのみ
|
|
OSTYPE = Cygwin
|
|
open build/C
|
|
|
|
#
|
|
# The command-line variables are defined *after* the
|
|
# standard configuration has been loaded.
|
|
#
|
|
DefineCommandVars()
|
|
|
|
# ビルド共通設定
|
|
include common/common.om
|
|
|
|
#
|
|
# Include the OMakefile in this directory.
|
|
#
|
|
.SUBDIRS: .
|