?? makefile
字號:
############################################################################### Microwindows template Makefile# Copyright (c) 2000 Martin Jolicoeur, Greg Haerr##############################################################################include $(CONFIG)######################## Additional Flags section ############################# Directories list for header filesINCLUDEDIRS += -I../include# Defines for preprocessorDEFINES +=# Compilation flags for C files OTHER than include directoriesCFLAGS +=# Preprocessor flags OTHER than definesCPPFLAGS +=# Linking flagsLDFLAGS +=############################# targets section ################################ifeq ($(NANOX), Y)ifeq ($(NANOXDEMO), Y)# If you want to create a library with the objects files, define the name hereLIBNAME = libvncauth.a# List of objects to compileOBJS = d3des.o \ vncauth.o endifendif######################### Makefile.rules section #############################include $(TOP)/Makefile.rules######################## Tools targets section ###############################
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -