home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 September
/
VPR0309.ISO
/
DOTNETSDK
/
dotNETSDK
/
setup.exe
/
netfxsd1.cab
/
makefile_652________.3643236F_FC70_11D3_A536_0090278A1BB8
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2001-09-27
|
290 b
|
20 lines
#
# Makefile
#
!IFDEF DEBUG
_CS_DBG_FLAGS=/debug+
!ENDIF
_CS_EXE_FLAGS=$(_CS_DBG_FLAGS)
all: comreg.exe
comreg.exe: comreg.cs programbase.cs fusioninstall.cs assemblyinfo.cs
csc.exe $(_CS_EXE_FLAGS) /out:$@ $**
clean:
-@if exist comreg.exe erase comreg.exe