initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
41
libs/wxWidgets-3.3.1/samples/layout/makefile.vms
Normal file
41
libs/wxWidgets-3.3.1/samples/layout/makefile.vms
Normal file
@@ -0,0 +1,41 @@
|
||||
#************************************************************************
|
||||
# Makefile for LAYOUT under VMS
|
||||
# by Stefan Hammes
|
||||
# (incomplete) update history:
|
||||
# 14.05.95
|
||||
#************************************************************************
|
||||
|
||||
#************************************************************************
|
||||
# Definition section
|
||||
# (cave: definitions and includes must begin with ',')
|
||||
#************************************************************************
|
||||
|
||||
APPOPTS =
|
||||
APPDEFS =
|
||||
APPINCS =
|
||||
|
||||
#************************************************************************
|
||||
# Module section
|
||||
#************************************************************************
|
||||
|
||||
# Name of main module
|
||||
MAIN = layout
|
||||
|
||||
# Object modules of the application.
|
||||
OBJS = layout.obj
|
||||
OBJLIST =layout.obj
|
||||
|
||||
.include [--.src]makevms.env
|
||||
|
||||
# main dependency
|
||||
$(MAIN).exe : $(OBJS)
|
||||
$(LINK) $(LINKFLAGS) /exec=$(MAIN).exe $(OBJLIST),$(WXLIB)/lib,$(OPTSFILE)/option
|
||||
- purge *.exe
|
||||
|
||||
#************************************************************************
|
||||
# Header file depedencies following
|
||||
#************************************************************************
|
||||
|
||||
layout.obj : layout.cc layout.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user