?? makefile.win
字號:
#
#
# SNEeSe, an Open Source Super NES emulator.
#
#
# Copyright (c) 1998-2004 Charles Bilyue'.
# Portions Copyright (c) 2003-2004 Daniel Horchner.
#
# This is free software. See 'LICENSE' for details.
# You must read and accept the license prior to use.
#
#
PLATFORM := win32
# Win32 (Minimalist GNU for Win32, GCC)
# How to call the tools we need to use
NASM := nasm -w+orphan-labels -w+macro-params -O20 -DC_LABELS_PREFIX=_
GCC := gcc -Werror -Wall
RM := rm -f
MD := mkdir
# Default filename extension for executables
EXE_EXT := .exe
# How to inform the linker of libraries we're using
ALLEG := -lalleg
# Set up build for this platform.
SUFFIX := w
AFLAGS := -f win32
GXX := g++
NO_SELF_MODIFY := 1
ZLIB := 1 # comment this line to disable ZLIB support
ifdef ZLIB
MIOFLAGS := -lz
endif
# Extra step needed for MinGW32
OBJFIX_INCLUDE = objfix.win
PLATFORM_OBJDIRS = win
include makefile.all
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -