objfix.win

来自「NES game Emulator in Linux.c and asm cod」· WIN 代码 · 共 23 行

WIN
23
字号
#
#
# 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.
#
#


# Rules for autogenerating object file fixup utility
# Needed to convert MS Win32 object files for use with MinGW32
OBJFIX = $(OBJ)/objfix$(EXE_EXT)

$(OBJFIX): $(OBJ)/win/objfix.o
	gcc -o $@ $<

$(OBJ)/win/objfix.o: $(SRC)/win/objfix.c

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?