home *** CD-ROM | disk | FTP | other *** search
- # This is an example of a project file to create a .COM file
- # from a single assembler source file. From the Program\Symbols
- # menu choice enter "BASE=filename" (without the quotes), where
- # 'filename' is the name of your file without the extension. This
- # project script assumes the input filename has the extension of
- # ASM
-
- .OBJ.ASM
- assemble /m %B%N, %1
-
- .COM.OBJ
- linker /t %L, %1
-
- $(base).obj : %B%N.asm
-
- $(base).com : %B%N.obj
-