代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/395456/8172470
hpp lua.hpp
// lua.hpp
// Lua header files for C++
// not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
www.eeworm.com/read/173530/9652229
h taskkeyhook.h
////////////////////////////////////////////////////////////////
// MSDN Magazine -- September 2002
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
//
www.eeworm.com/read/368351/9700266
hpp lua.hpp
// lua.hpp
// Lua header files for C++
// not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
www.eeworm.com/read/368351/9700282
hpp lua.hpp
// lua.hpp
// Lua header files for C++
// not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
www.eeworm.com/read/108526/15584621
h idleui.h
////////////////////////////////////////////////////////////////
// 2000 VCKBASE Online Journal.
// This program compiles with Visual C++ 6.0 on Windows 98
//
#define DLLIMPORT __declspec(dllimpo
www.eeworm.com/read/101788/15815657
makefile unzip.makefile
* This is a comment
* this makefile compiles filter UNZIP
GLOBALS:
long def(VM_CMS)
TEXT:
unzip c
crc32 c
crctab c
crypt c
envargs c
explode c
extract c
fileio c
globals
www.eeworm.com/read/100149/15882303
makefile unzip.makefile
* This is a comment
* this makefile compiles filter UNZIP
GLOBALS:
long def(VM_CMS)
TEXT:
unzip c
crc32 c
crctab c
crypt c
envargs c
explode c
extract c
fileio c
globals
www.eeworm.com/read/187617/8613934
67140
Newsgroups: comp.windows.x
Path: cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!bb3.andrew.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!menudo.uh.edu!uuneo!sugar!neuralog
www.eeworm.com/read/150701/12270785
makefile
#Joseph O'Rourke
#Questions to orourke@cs.smith.edu
#make sphere: compiles sphere.c
#make cube: compiles cube.c
#make spiral: compiles spiral.c
#-----------------------------------------
sphere: sphe
www.eeworm.com/read/219206/14891975
cpp htmlctrl.cpp
// Microsoft Systems Journal -- January 2000
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
// Compiles with Visual C++ 6.0, runs on Windows 98 and pr