Skip to content

Commit

Permalink
delete .srz also
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2753 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Mar 17, 2007
1 parent b70f7e2 commit 2f7fd38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/Makefile.debug.w32
Expand Up @@ -12,6 +12,7 @@ SRCC= $(SRCMO:.mo=.c)
SRCH= $(SRCMO:.mo=.h)
OBJS= $(SRCMO:.mo=.obj)
SIGS= $(ALLMO:.mo=.sig)
SRZ= $(ALLMO:.mo=.srz)

.SUFFIXES :
.SUFFIXES : .obj .mo
Expand All @@ -31,7 +32,7 @@ VC7\Debug\main.obj: main.obj
copy /B /Y main.obj VC7\Debug\main.obj

clean:
del /Q /F $(OBJS) $(SRCC) $(SRCH) $(SIGS) VC7\Debug\main.obj VC7\Debug\omcrml.lib
del /Q /F $(OBJS) $(SRCC) $(SRCH) $(SIGS) $(SRZ) VC7\Debug\main.obj VC7\Debug\omcrml.lib


Absyn.obj: Absyn.mo Util.sig ModUtil.sig Debug.sig Print.sig
Expand Down

0 comments on commit 2f7fd38

Please sign in to comment.