?? makefile.win
字號:
# Project: Socket Lib
# Makefile created by Dev-C++ 4.9.6.0
CC = g++.exe
WINDRES = windres.exe
RES = "Socket Lib_private.res"
OBJ = StdAfx.o winSocket.o $(RES)
LIBS = -L"C:/Dev-Cpp/lib" -L"C:/Dev-Cpp/lib/gcc-lib/mingw32" -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32 -lwsock32
INCS = -I"C:/Dev-Cpp/include" -I"C:/Dev-Cpp/include" -I"C:/Dev-Cpp/include/g++-3"
BIN = "Socket Lib.exe"
CFLAGS = $(INCS) -D__GNUWIN32__ -W -DWIN32 -DNDEBUG -D_WINDOWS -D_MBCS -s -mwindows
.PHONY: all all-before all-after clean clean-custom
all: all-before "Socket Lib.exe" all-after
clean: clean-custom
rm -f $(OBJ) $(BIN)
$(BIN): $(OBJ)
$(CC) $(OBJ) -o "Socket Lib.exe" $(LIBS) $(CFLAGS)
StdAfx.o: StdAfx.cpp
$(CC) -c StdAfx.cpp -o StdAfx.o $(CFLAGS)
winSocket.o: winSocket.cpp
$(CC) -c winSocket.cpp -o winSocket.o $(CFLAGS)
"Socket Lib_private.res":
$(WINDRES) -i SOCKET~2.RC -I rc -o "Socket Lib_private.res" -O coff
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -